blob: c7f23f49b5c3bc65f70eebe1084baf3c6948022c (
plain)
1
2
3
4
5
6
7
8
9
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>
|