Add missing includes for FreeBSD

This commit is contained in:
Pierre Pronchery 2016-03-05 11:18:51 +01:00
parent 4351b54043
commit 10b6315416

View File

@ -35,6 +35,8 @@
#endif
#include <System.h>
#ifdef WITH_WEBKIT
# include <sys/types.h>
# include <sys/socket.h>
# include <netdb.h>
# include <arpa/inet.h>
# include <webkit/webkit.h>