Skip to content
Snippets Groups Projects
Commit afffce80 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Philippe Raoult needed this to build on FreeBSD

parent 70b80b01
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
......
......@@ -30,6 +30,9 @@
#include <string.h>
#include <stdlib.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
......
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