aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/sipp/files/patch-prepare_pcap.h
blob: f7c7fec52e604338dce00011db6d091a26cb3961 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
$FreeBSD$

--- prepare_pcap.h.orig
+++ prepare_pcap.h
@@ -22,7 +22,7 @@
 #include <netinet/udp.h>
 #include <time.h>
 
-#if defined(__HPUX) || defined(__DARWIN) || defined(__CYGWIN)
+#if defined(__HPUX) || defined(__DARWIN) || defined(__CYGWIN) || defined(__FreeBSD__)
 #define u_int8_t uint8_t
 #define u_int16_t uint16_t
 #define u_int32_t uint32_t