Update rules.c

Fix broken win build script
This commit is contained in:
Elad Salomons
2019-05-09 20:01:14 +03:00
parent 253d74d907
commit 178ad5736e

View File

@@ -26,6 +26,10 @@
#include "hash.h" #include "hash.h"
#include "text.h" #include "text.h"
#ifdef _WIN32
#define snprintf _snprintf
#endif
enum Rulewords { enum Rulewords {
r_RULE, r_RULE,
r_IF, r_IF,