Fix a #include "regex.h" that slipped through the net.

This commit is contained in:
jraynard 1997-10-18 13:12:39 +00:00
parent 04b4de1a55
commit d63eb3bcaa

View File

@ -172,7 +172,11 @@ lose
#define GNU_REGEX
#ifdef GNU_REGEX
#ifdef __FreeBSD__
#include <gnuregex.h>
#else
#include "regex.h"
#endif
#include "dfa.h"
typedef struct Regexp {
struct re_pattern_buffer pat;