diff ChangeLog @ 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 f3b44be9e4ab
children 755e03bc7dcf
line wrap: on
line diff
--- a/ChangeLog	Sun Nov 10 11:44:18 2002 +0000
+++ b/ChangeLog	Sun Nov 10 15:06:33 2002 +0000
@@ -21,6 +21,7 @@
   compile cleanly on Cygwin with GCC 3.2, except for a warning about
   printing a time_t with a %ld format. This will serve as a reminder that
   we assume time_t is the same size as a long.
+* src/configfile.c: #include <regex.h> requires sys/types.h be included first.
 
 Tue Oct 25 2002 Jim Hague <jim.hague@acm.org>