compile on FreeBSD 5.4 failed with:
./../ipaddr/ng_ipaddr.h:34: error: field `sin4' has incomplete type
Reported and tested by Jefferson S Almeida.
#include <netdb.h>
#include <sys/types.h>
#endif
-#include <sys/socket.h>
-
-#include <netinet/in.h>
#include "ng_ipaddr.h"
#include "portab.h"
#include <sys/socket.h>
+#include <netinet/in.h>
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>
#endif
/* -eof- */
+
#include "array.h"
#include "tool.h"
#include "ng_ipaddr.h"
-#include <netinet/in.h>
/* This struct must not be accessed directly */
typedef struct _Res_Stat {