summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-01-01 18:44:55 -0500
committerpommicket <pommicket@gmail.com>2022-01-01 18:44:55 -0500
commitf167f2ffd5e5c61787ab02b2353c243c3b7876e8 (patch)
tree9c40a45fe008202dcd16a87e337e7a7fc187c660 /main.c
parentba337edceb8cb5cc32d1d5cf71437e8d885cf45f (diff)
windows fixes
- mysterious carriage returns fixed? - fixed c:/x opening separately from c:\x
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 8cf3997..00dc5fe 100644
--- a/main.c
+++ b/main.c
@@ -23,7 +23,7 @@ no_warn_end
#endif
#define PCRE2_STATIC
#define PCRE2_CODE_UNIT_WIDTH 32
-#include "pcre2-10.36/pcre2.h"
+#include <pcre2.h>
#include "unicode.h"
#include "util.c"