Jelajahi Sumber

Fixed malloc.h again!

Mark Sibly 7 tahun lalu
induk
melakukan
0360fe381d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 <stdlib.h>	//<malloc.h>
 #include <string.h>
 #include <ctype.h>