]> git.donarmstrong.com Git - mothur.git/blobdiff - mothur.h
added unix to ifdefs. minor changes while testing 1.24.0.
[mothur.git] / mothur.h
index 57b409e51605df2d0dbab805e3d8b1b7060e7b3e..1a07b6f930ec77b58a888cac1e715e2a292ea42f 100644 (file)
--- a/mothur.h
+++ b/mothur.h
@@ -54,7 +54,7 @@
 #endif
 /***********************************************************************/
 
-#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
+#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix)
        #include <sys/wait.h>
        #include <sys/time.h>
        #include <sys/resource.h>