summaryrefslogtreecommitdiffstats
path: root/freebsd/contrib/libpcap/nametoaddr.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--freebsd/contrib/libpcap/nametoaddr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/contrib/libpcap/nametoaddr.c b/freebsd/contrib/libpcap/nametoaddr.c
index af761744..e5653b9b 100644
--- a/freebsd/contrib/libpcap/nametoaddr.c
+++ b/freebsd/contrib/libpcap/nametoaddr.c
@@ -48,7 +48,7 @@ static const char rcsid[] _U_ =
#include <rtems/bsd/sys/param.h>
#include <rtems/bsd/sys/types.h> /* concession to AIX */
#include <sys/socket.h>
-#include <rtems/bsd/sys/time.h>
+#include <sys/time.h>
#include <netinet/in.h>
#endif /* WIN32 */