diff --git a/sourcemm/oslink.h b/sourcemm/oslink.h index aad6c0e..4e5a62c 100644 --- a/sourcemm/oslink.h +++ b/sourcemm/oslink.h @@ -52,11 +52,12 @@ typedef __int64 int64_t; typedef unsigned __int64 uint64_t; #elif defined __GNUC__ -# if !__GLIBC_HAVE_LONG_LONG +#include +#if !__GLIBC_HAVE_LONG_LONG typedef long long int64_t; -# endif typedef unsigned long long uint64_t; #endif +#endif #ifndef __linux__ #define snprintf _snprintf