瀏覽代碼

Fixed malloc.h not found.

Mark Sibly 7 年之前
父節點
當前提交
14c930922d
共有 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 <malloc.h>
 #include <string.h>
 #include <ctype.h>