Commit 81b11ee4 authored by Robbert Klarenbeek's avatar Robbert Klarenbeek

Replace deprecated malloc.h

parent 74490399
...@@ -43,9 +43,7 @@ ...@@ -43,9 +43,7 @@
#include "precomp.hpp" #include "precomp.hpp"
#include "rgbe.hpp" #include "rgbe.hpp"
#include <math.h> #include <math.h>
#if !defined(__APPLE__) #include <stdlib.h>
#include <malloc.h>
#endif
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment