Fix a #include "regex.h" that slipped through the net.
This commit is contained in:
parent
04b4de1a55
commit
d63eb3bcaa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user