diff src/configfile.c @ 273:18d6c61ed4e7 noffle

[svn] * src/configfile.c: #include <regex.h> requires sys/types.h be included first.
author bears
date Sun, 10 Nov 2002 15:06:33 +0000
parents 0340b9c17edc
children 01755687c565
line wrap: on
line diff
--- a/src/configfile.c	Sun Nov 10 11:44:18 2002 +0000
+++ b/src/configfile.c	Sun Nov 10 15:06:33 2002 +0000
@@ -6,7 +6,7 @@
     SPOOLDIR
     VERSION
 
-  $Id: configfile.c 381 2002-05-14 14:25:45Z mirkol $
+  $Id: configfile.c 405 2002-11-10 15:06:33Z bears $
 */
 
 #if HAVE_CONFIG_H
@@ -15,6 +15,7 @@
 
 #include <ctype.h>
 #include <limits.h>
+#include <sys/types.h>
 #include <regex.h>
 #include "configfile.h"
 #include "filter.h"