diff options
Diffstat (limited to 'contrib/aho-corasick/acism.c')
-rw-r--r-- | contrib/aho-corasick/acism.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/aho-corasick/acism.c b/contrib/aho-corasick/acism.c index 64e1eb956..111704805 100644 --- a/contrib/aho-corasick/acism.c +++ b/contrib/aho-corasick/acism.c @@ -18,6 +18,7 @@ */ #include "_acism.h" +#include "unix-std.h" #define BACK ((SYMBOL)0) #define ROOT ((STATE) 0) |