From 8d7f794b41d04dedabf1a5c14e08c8f34f41820d Mon Sep 17 00:00:00 2001 From: cowynn_wdig <> Date: Tue, 24 Jun 2008 19:26:36 +0000 Subject: [PATCH] drose: add missing includes --- ppremake/ppremake.h | 7 +++++++ 1 file changed, 7 insertions(+) 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