diff options
author | Christopher Faylor <me@cgf.cx> | 2000-08-02 17:21:27 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-08-02 17:21:27 +0000 |
commit | c1efa78572b2b64a0d20878105fc4b7ad4aea26e (patch) | |
tree | 790a3d959a8f128f783eeb2aeb5910f3a3327543 /winsup | |
parent | 4c8d72ded51ac22172d4f2d0250ada6b0dd624ff (diff) | |
download | cygnal-c1efa78572b2b64a0d20878105fc4b7ad4aea26e.tar.gz cygnal-c1efa78572b2b64a0d20878105fc4b7ad4aea26e.tar.bz2 cygnal-c1efa78572b2b64a0d20878105fc4b7ad4aea26e.zip |
* regexp/regexp.c: Add winsup.h.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/regexp/regexp.c | 1 |
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> |