Fix warning with undefined ntohl().

This commit is contained in:
Guillaume Friloux 2014-05-30 14:15:27 +02:00
parent 6d320cac20
commit 08a70a113f
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
# endif
#endif
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>
#endif
#include <Eina.h>
#include "Ecore_Con_Eet.h"