diff --git a/ppremake/ppremake.h b/ppremake/ppremake.h index 26b1ad01cd..fa18a77242 100644 --- a/ppremake/ppremake.h +++ b/ppremake/ppremake.h @@ -16,6 +16,13 @@ #include "config.h" #endif +#ifdef HAVE_STRING_H +#include +#endif +#ifdef HAVE_STDLIB_H +#include +#endif + #ifdef __cplusplus #ifdef HAVE_IOSTREAM #include