Browse Source

we do need malloc.h

David Rose 20 years ago
parent
commit
ef554b58a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/src/dtoolbase/dtoolbase.h

+ 1 - 1
dtool/src/dtoolbase/dtoolbase.h

@@ -100,11 +100,11 @@
 #include <sys/types.h>
 #endif
 
-/*
 #ifdef HAVE_MALLOC_H
 #include <malloc.h>
 #endif
 
+/*
 #ifdef HAVE_SYS_MALLOC_H
 #include <sys/malloc.h>
 #endif