diff options
Diffstat (limited to 'mail/pathalias/files/patch-makedb.c')
-rw-r--r-- | mail/pathalias/files/patch-makedb.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/pathalias/files/patch-makedb.c b/mail/pathalias/files/patch-makedb.c new file mode 100644 index 000000000000..407e7d25b2f0 --- /dev/null +++ b/mail/pathalias/files/patch-makedb.c @@ -0,0 +1,10 @@ +--- makedb.c.orig 1993-03-03 22:10:04.000000000 +0100 ++++ makedb.c 2013-06-16 16:58:53.000000000 +0200 +@@ -4,6 +4,7 @@ + #endif /* lint */ + + #include <stdio.h> ++#include <unistd.h> + #include "config.h" + + typedef struct { |