include msc_util.h into re_operators.c

This commit is contained in:
brenosilva
2011-04-03 13:11:48 +00:00
parent 9ed1200c1e
commit 6703a7df04

View File

@@ -18,6 +18,7 @@
#include "apr_lib.h"
#include "apr_strmatch.h"
#include "acmp.h"
#include "msc_util.h"
#if !defined(WIN32) && !defined(WINNT)
#include <regex.h>
#endif