diff --git a/src/main.cpp b/src/main.cpp index ad87adc..91a3afe 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -25,8 +25,10 @@ GNU General Public License for more details. #include #include #include -#ifdef OS_LINUX +#ifdef HAVE_STDLIB_H #include +#endif +#ifdef HAVE_STRING_H #include #endif #include "scsiencrypt.h"