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

Added #include "string.h" for bzero/FD_ZERO definition on FreeBSD.

parent e7b5ed31
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@
****************************************************************************/
#include <stdlib.h> /* malloc/free on FreeBSD */
#include <string.h> /* bzero (for FD_ZERO) on FreeBSD */
#include <errno.h> /* ENOMEM */
#include <stdio.h> /* SEEK_SET */
......
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