summaryrefslogtreecommitdiff
path: root/windows/testc.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/testc.c')
-rw-r--r--windows/testc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/windows/testc.c b/windows/testc.c
index c09c6de..e17842f 100644
--- a/windows/testc.c
+++ b/windows/testc.c
@@ -1,7 +1,6 @@
/*
* This program was generated by testconv.rb.
*/
-#include "config.h"
#ifdef ONIG_ESCAPE_UCHAR_COLLISION
#undef ONIG_ESCAPE_UCHAR_COLLISION
#endif
@@ -13,7 +12,7 @@
#include "oniguruma.h"
#endif
-#ifdef HAVE_STRING_H
+#ifdef _WIN32
# include <string.h>
#else
# include <strings.h>