diff --git a/include/ntfs/support.h b/include/ntfs/support.h index 46786d08..7b9aa351 100644 --- a/include/ntfs/support.h +++ b/include/ntfs/support.h @@ -24,10 +24,6 @@ #ifndef _NTFS_SUPPORT_H #define _NTFS_SUPPORT_H -#include - -#include "logging.h" - #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -36,6 +32,12 @@ #include #endif +#ifdef HAVE_STDLIB_H +#include +#endif + +#include "logging.h" + /* * Our mailing list. Use this define to prevent typos in email address. */