* regexp/regexp.c: Add winsup.h.

This commit is contained in:
Christopher Faylor 2000-08-02 17:21:27 +00:00
parent 4c8d72ded5
commit c1efa78572
2 changed files with 5 additions and 0 deletions

View 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

View 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>