Browse Source

Fixed malloc.h again!

Mark Sibly 7 years ago
parent
commit
0360fe381d
1 changed files with 1 additions and 1 deletions
  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>