Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-08-02 21:21:27 +0400
committerChristopher Faylor <me@cgf.cx>2000-08-02 21:21:27 +0400
commitc1efa78572b2b64a0d20878105fc4b7ad4aea26e (patch)
tree790a3d959a8f128f783eeb2aeb5910f3a3327543
parent4c8d72ded51ac22172d4f2d0250ada6b0dd624ff (diff)
* regexp/regexp.c: Add winsup.h.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/regexp/regexp.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 9cd0269ee..f6032c75c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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
diff --git a/winsup/cygwin/regexp/regexp.c b/winsup/cygwin/regexp/regexp.c
index 0678a18c5..26f4b8d5d 100644
--- a/winsup/cygwin/regexp/regexp.c
+++ b/winsup/cygwin/regexp/regexp.c
@@ -36,6 +36,7 @@
* regular-expression syntax might require a total rethink.
*/
+#include "winsup.h"
#include "regexp.h"
#include <stdio.h>
#include <ctype.h>