Added missing include <netdb.h>

Noticed by both Joerg Sonnenberger and Olivier Cochard-Labbé; thanks!
This commit is contained in:
Pierre Pronchery 2015-02-04 20:50:05 +01:00
parent 0ba9a9e082
commit a8a370ad6e

View File

@ -35,6 +35,7 @@
#endif
#include <System.h>
#ifdef WITH_WEBKIT
# include <netdb.h>
# include <arpa/inet.h>
# include <webkit/webkit.h>
#else