Skip to content
Snippets Groups Projects
Commit 8fb5b66b authored by rswindell's avatar rswindell
Browse files

Now #includes stdlib.h for malloc and free prototypes on FreeBSD.

parent 2d96674c
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@
* Note: If this box doesn't appear square, then you need to fix your tabs. *
****************************************************************************/
#include <stdlib.h> /* malloc/free on FreeBSD */
#include <errno.h> /* ENOMEM */
#include "sockwrap.h" /* sendsocket */
......
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