Explorar o código

Fixed malloc.h not found.

Mark Sibly %!s(int64=7) %!d(string=hai) anos
pai
achega
14c930922d
Modificáronse 1 ficheiros con 1 adicións e 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>