Explorar el Código

Fixed malloc.h not found.

Mark Sibly hace 7 años
padre
commit
14c930922d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      modules/std/graphics/rgbe/rgbe.c

+ 1 - 1
modules/std/graphics/rgbe/rgbe.c

@@ -4,7 +4,7 @@
 
 #include "rgbe.h"
 #include <math.h>
-#include <malloc.h>
+//#include <malloc.h>
 #include <string.h>
 #include <ctype.h>