From ea213933a7e91e7f2d941d1cde447a9ad83d032a Mon Sep 17 00:00:00 2001 From: dwyip Date: Sat, 10 Jun 2006 10:09:30 +0000 Subject: [PATCH] minor fix to allow Pedro to build on OS X --- src/pedro/pedrodom.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pedro/pedrodom.cpp b/src/pedro/pedrodom.cpp index 5ac4a61d0..fa473f1a9 100644 --- a/src/pedro/pedrodom.cpp +++ b/src/pedro/pedrodom.cpp @@ -26,7 +26,9 @@ #include #include #include +#if defined(HAVE_MALLOC_H) #include +#endif #include #include -- 2.30.2