فهرست منبع

Fixed malloc.h again!

Mark Sibly 7 سال پیش
والد
کامیت
0360fe381d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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>