diff options
Diffstat (limited to 'net/dctc/patches/patch-ad')
-rw-r--r-- | net/dctc/patches/patch-ad | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/dctc/patches/patch-ad b/net/dctc/patches/patch-ad new file mode 100644 index 00000000000..697a436daed --- /dev/null +++ b/net/dctc/patches/patch-ad @@ -0,0 +1,14 @@ +$NetBSD: patch-ad,v 1.3 2003/07/15 19:46:15 wiz Exp $ + +--- src/mydb.h.orig Sat May 17 08:12:37 2003 ++++ src/mydb.h +@@ -24,6 +24,9 @@ $Id: mydb.h,v 1.1.1.1 2003/05/17 06:12:3 + #ifndef __DB_H__ + #define __DB_H__ + ++#include <sys/types.h> ++#include <netinet/in.h> ++ + #include "md.h" + + /* directory containing virtual shares */ |