Skip to content
Snippets Groups Projects
Commit 4d7cfa68 authored by rswindell's avatar rswindell
Browse files

malloc.h is no longer #included for any flavor of Unix.

parent 4f853fd1
No related branches found
No related tags found
No related merge requests found
......@@ -38,8 +38,8 @@
/* FreeBSD's malloc.h is deprecated, it drops a warning and */
/* #includes <stdlib.h>, which is already here. */
#ifndef __FreeBSD__
#include <malloc.h>
#if !defined(__unix__)
#include <malloc.h>
#endif
#include "lzh.h"
......
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