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
Branches
Tags
No related merge requests found
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
****************************************************************************/ ****************************************************************************/
#include <stdlib.h> /* malloc/free on FreeBSD */ #include <stdlib.h> /* malloc/free on FreeBSD */
#include <string.h> /* bzero (for FD_ZERO) on FreeBSD */
#include <errno.h> /* ENOMEM */ #include <errno.h> /* ENOMEM */
#include <stdio.h> /* SEEK_SET */ #include <stdio.h> /* SEEK_SET */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment