diff --git a/src/ccutil/platform.h b/src/ccutil/platform.h index 808bec9d..2cc08571 100644 --- a/src/ccutil/platform.h +++ b/src/ccutil/platform.h @@ -38,7 +38,11 @@ #endif #endif /* defined(_MSC_VER) */ #else +#ifdef __cplusplus #include +#else /* C compiler*/ +#include +#endif /* __cplusplus */ #ifndef PATH_MAX #define MAX_PATH 4096 #else