diff options
Diffstat (limited to 'benchmarks/sipp/files/patch-auth.c')
-rw-r--r-- | benchmarks/sipp/files/patch-auth.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/benchmarks/sipp/files/patch-auth.c b/benchmarks/sipp/files/patch-auth.c new file mode 100644 index 000000000000..2ed3be8c1e34 --- /dev/null +++ b/benchmarks/sipp/files/patch-auth.c @@ -0,0 +1,14 @@ +$FreeBSD$ + +--- auth.c.orig Tue Aug 29 11:03:34 2006 ++++ auth.c Thu Sep 7 22:54:05 2006 +@@ -21,6 +21,9 @@ + * - introduced AKAv1-MD5 + */ + ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#endif + #include <stdlib.h> + #include <stdio.h> + #include <string.h> |