Revert "gc includes"

needed on FreeBSD

This reverts commit 19586003.
parent 3272b6fa
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
/* vrt.h must be included before this header (for struct strands). */ /* vrt.h must be included before this header (for struct strands). */
#include <stdlib.h> #include <stdlib.h>
#include <sys/types.h>
enum encoding { enum encoding {
__INVALID_ENCODING = 0, __INVALID_ENCODING = 0,
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include <netdb.h> #include <netdb.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <sys/socket.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <unistd.h> #include <unistd.h>
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
* *
*/ */
#include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>
#if defined(HAVE_GETPEEREID) #if defined(HAVE_GETPEEREID)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment