mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
11 lines
316 B
C
11 lines
316 B
C
--- lib/src/pcap-common.h.orig 2018-09-03 16:11:15 UTC
|
|
+++ lib/src/pcap-common.h
|
|
@@ -37,7 +37,7 @@
|
|
#define htole16 EndianU16_NtoL
|
|
#define htole32 EndianU32_NtoL
|
|
#else
|
|
-#include <endian.h>
|
|
+#include <sys/endian.h>
|
|
#endif
|
|
|
|
#if !defined( htole16 ) /* will be defined under Linux when endian.h already included */
|