Dave Schuyler vor 22 Jahren
Ursprung
Commit
a75582f40c
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      dtool/src/dtoolbase/dtoolbase.h

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

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