diff options
Diffstat (limited to 'net/httping/patches/patch-ad')
-rw-r--r-- | net/httping/patches/patch-ad | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/httping/patches/patch-ad b/net/httping/patches/patch-ad new file mode 100644 index 00000000000..4fffa69e7de --- /dev/null +++ b/net/httping/patches/patch-ad @@ -0,0 +1,20 @@ +$NetBSD: patch-ad,v 1.1 2007/12/27 15:45:19 joerg Exp $ + +--- mem.c.orig 2007-12-27 14:00:35.000000000 +0000 ++++ mem.c +@@ -1,6 +1,7 @@ + /* (C) 2007 by folkert@vanheusden.com + * The GPL (GNU public license) applies to this sourcecode. + */ ++#include <sys/types.h> + #include <errno.h> + #include <regex.h> + #include <signal.h> +@@ -8,7 +9,6 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> +-#include <sys/types.h> + #include <time.h> + #include <unistd.h> + |