Skip to content
Snippets Groups Projects
Commit 5b540dcf authored by rswindell's avatar rswindell
Browse files

Don't need to #include malloc.h on Linux.

parent 930ea4b8
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,6 @@
#endif
#if !defined(__unix__)
#include <io.h>
#endif
#if !defined(__FreeBSD__)
#include <malloc.h> /* malloc prototype */
#endif
#if (defined(__unix__) || defined(_WIN32)) && !defined(__FLAT__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment