Dave Schuyler 22 years ago
parent
commit
a75582f40c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      dtool/src/dtoolbase/dtoolbase.h

+ 4 - 0
dtool/src/dtoolbase/dtoolbase.h

@@ -96,6 +96,10 @@
 #include <malloc.h>
 #endif
 
+#ifdef HAVE_SYS_MALLOC_H
+#include <sys/malloc.h>
+#endif
+
 #ifdef HAVE_ALLOCA_H
 #include <alloca.h>
 #endif