aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/sipp/files/patch-comp.h
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/sipp/files/patch-comp.h')
-rw-r--r--benchmarks/sipp/files/patch-comp.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/benchmarks/sipp/files/patch-comp.h b/benchmarks/sipp/files/patch-comp.h
new file mode 100644
index 00000000000..d96897196d6
--- /dev/null
+++ b/benchmarks/sipp/files/patch-comp.h
@@ -0,0 +1,12 @@
+--- comp.h.orig Thu Jun 17 08:32:56 2004
++++ comp.h Thu Jun 17 08:33:04 2004
+@@ -19,6 +19,9 @@
+ * From Hewlett Packard Company.
+ */
+
++#if __FreeBSD__ < 5
++#include <sys/types.h>
++#endif
+ #include <sys/socket.h>
+
+ #ifdef __cplusplus