X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classifyseqscommand.h;h=acee70c5cb474dee4e25eea4a6dcf6b5bd55fa06;hb=2c97dd48b8e27ee0a6a86c7a082f4c504c3357c6;hp=f0c67ba3d1ff812cef4026c43a81503b9379eec4;hpb=d6c0a11d1cecfac18b323285e7ffadb7f58e848f;p=mothur.git diff --git a/classifyseqscommand.h b/classifyseqscommand.h index f0c67ba..acee70c 100644 --- a/classifyseqscommand.h +++ b/classifyseqscommand.h @@ -10,7 +10,7 @@ * */ -#include "mothur.h" + #include "command.hpp" #include "classify.h" #include "referencedb.h" @@ -130,7 +130,7 @@ struct classifyData { }; /**************************************************************************************************/ -#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) #else static DWORD WINAPI MyClassThreadFunction(LPVOID lpParam){ classifyData* pDataArray;