diff options
Diffstat (limited to 'pcrecpp_unittest.cc')
-rw-r--r-- | pcrecpp_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcrecpp_unittest.cc b/pcrecpp_unittest.cc index 4f399eb..784c3d1 100644 --- a/pcrecpp_unittest.cc +++ b/pcrecpp_unittest.cc @@ -34,7 +34,7 @@ // TODO: Test extractions for PartialMatch/Consume #ifdef HAVE_CONFIG_H -#include <config.h> +#include "config.h" #endif #ifdef _WIN32 |