]> sourceware.org Git - newlib-cygwin.git/commitdiff
* regexp/regexp.c: Add winsup.h.
authorChristopher Faylor <me@cgf.cx>
Wed, 2 Aug 2000 17:21:27 +0000 (17:21 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 2 Aug 2000 17:21:27 +0000 (17:21 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/regexp/regexp.c

index 9cd0269ee6733ec05f8ef141b66f2d43c0a8cb3b..f6032c75c85c670a509e14fd0873d5ef63b7612e 100644 (file)
@@ -1,3 +1,7 @@
+Wed Aug  2 13:20:04 2000  Christopher Faylor <cgf@cygnus.com>
+
+       * regexp/regexp.c: Add winsup.h.
+
 2000-08-02  DJ Delorie  <dj@redhat.com>
 
        * winsup.h: take out protections of environ, errno, allow C use
index 0678a18c560bf3a365aae112d4242b88df7ce662..26f4b8d5d2ec22056c0918b64e82c86c4d93b868 100644 (file)
@@ -36,6 +36,7 @@
  * regular-expression syntax might require a total rethink.
  */
 
+#include "winsup.h"
 #include "regexp.h"
 #include <stdio.h>
 #include <ctype.h>
This page took 0.036897 seconds and 5 git commands to generate.