Forráskód Böngészése

COMP: Need malloc.h for malloc/free on QNX.

Brad King 21 éve
szülő
commit
59ae67558f
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      Source/kwsys/SystemTools.cxx

+ 1 - 0
Source/kwsys/SystemTools.cxx

@@ -25,6 +25,7 @@
 
 #include <ctype.h>
 #include <errno.h>
+#include <malloc.h> /* for malloc/free on some systems */
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>