summaryrefslogtreecommitdiffstats
path: root/freebsd/contrib/libpcap
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--freebsd/contrib/libpcap/nametoaddr.c2
-rw-r--r--freebsd/contrib/libpcap/pcap/pcap.h2
2 files changed, 2 insertions, 2 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 */
diff --git a/freebsd/contrib/libpcap/pcap/pcap.h b/freebsd/contrib/libpcap/pcap/pcap.h
index 60bb36e5..c9c61074 100644
--- a/freebsd/contrib/libpcap/pcap/pcap.h
+++ b/freebsd/contrib/libpcap/pcap/pcap.h
@@ -44,7 +44,7 @@
#include <sys/socket.h> /* u_int, u_char etc. */
#else /* UN*X */
#include <rtems/bsd/sys/types.h>
- #include <rtems/bsd/sys/time.h>
+ #include <sys/time.h>
#endif /* WIN32/MSDOS/UN*X */
#include <net/bpf.h>