diff options
Diffstat (limited to 'mail/exact/files/patch-apconf.c')
-rw-r--r-- | mail/exact/files/patch-apconf.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/exact/files/patch-apconf.c b/mail/exact/files/patch-apconf.c new file mode 100644 index 000000000000..c7f23f49b5c3 --- /dev/null +++ b/mail/exact/files/patch-apconf.c @@ -0,0 +1,10 @@ +--- apconf.c.orig Sat Feb 19 21:05:40 2005 ++++ apconf.c Sat Feb 19 21:05:54 2005 +@@ -6,6 +6,7 @@ + */ + + #include <stdio.h> ++#include <sys/types.h> + #include <regex.h> + #include <string.h> + #include <stdlib.h> |