浏览代码

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>