diff options
Diffstat (limited to 'net/dnrd/files/patch-common.h')
-rw-r--r-- | net/dnrd/files/patch-common.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/dnrd/files/patch-common.h b/net/dnrd/files/patch-common.h new file mode 100644 index 000000000000..9e29c415be18 --- /dev/null +++ b/net/dnrd/files/patch-common.h @@ -0,0 +1,10 @@ +--- common.h.orig Sat Jan 6 14:52:53 2001 ++++ common.h Sat Jan 6 14:53:00 2001 +@@ -23,6 +23,7 @@ + #ifndef _DNRD_COMMON_H_ + #define _DNRD_COMMON_H_ + ++#include <sys/types.h> + #include <netinet/in.h> + #include <syslog.h> + #include <semaphore.h> |