* 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

@ -36,6 +36,7 @@
* regular-expression syntax might require a total rethink.
*/
#include "winsup.h"
#include "regexp.h"
#include <stdio.h>
#include <ctype.h>