]> git.donarmstrong.com Git - mothur.git/blobdiff - aligncommand.h
fixed classify.seqs output file name - had issue if reference taxonomy file did not...
[mothur.git] / aligncommand.h
index b455761ed6fdcf2e8c11a6bcbb52b1704caee464..7eeaa1eb7e7bc3e2dc28d144d646b2190eb34983 100644 (file)
@@ -1,6 +1,5 @@
 #ifndef ALIGNCOMMAND_H
 #define ALIGNCOMMAND_H
-
 /*
  *  aligncommand.h
  *  Mothur
@@ -10,7 +9,6 @@
  *
  */
 
-#include "mothur.h"
 #include "command.hpp"
 #include "database.hpp"
 #include "alignment.hpp"
@@ -120,7 +118,7 @@ struct alignData {
 };
 
 /**************************************************************************************************/
-#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
+#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix)
 #else
 static DWORD WINAPI MyAlignThreadFunction(LPVOID lpParam){ 
        alignData* pDataArray;