diff options
Diffstat (limited to 'misc/dpkg/patches/patch-af')
-rw-r--r-- | misc/dpkg/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/dpkg/patches/patch-af b/misc/dpkg/patches/patch-af new file mode 100644 index 00000000000..2902c617c13 --- /dev/null +++ b/misc/dpkg/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2007/12/02 09:38:51 rillig Exp $ + +--- src/main.h.orig 2006-06-19 03:22:03.000000000 +0200 ++++ src/main.h 2007-12-02 10:14:17.000000000 +0100 +@@ -22,6 +22,8 @@ + #ifndef MAIN_H + #define MAIN_H + ++#include <sys/stat.h> ++ + struct fileinlist; /* these two are defined in filesdb.h */ + struct filenamenode; + |