summaryrefslogtreecommitdiffhomepage
path: root/include/stc/cregex.h
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-01-24 20:19:42 +0100
committerTyge Løvset <[email protected]>2023-01-24 20:19:42 +0100
commit782ab14cac327134614188676a196fcfcb9d0ba1 (patch)
tree23ed57b22f19ec52c23b889ef9af30abffa609ef /include/stc/cregex.h
parentdeb412cb6c88187e9804c9aaf7f0427109479014 (diff)
downloadSTC-modified-782ab14cac327134614188676a196fcfcb9d0ba1.tar.gz
STC-modified-782ab14cac327134614188676a196fcfcb9d0ba1.zip
Added python single-header generator + fixed include mistake.
Diffstat (limited to 'include/stc/cregex.h')
-rw-r--r--include/stc/cregex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stc/cregex.h b/include/stc/cregex.h
index 4bb17938..24faba6f 100644
--- a/include/stc/cregex.h
+++ b/include/stc/cregex.h
@@ -142,8 +142,8 @@ void cregex_drop(cregex* self);
#endif // CREGEX_H_INCLUDED
#if defined i_extern || defined STC_EXTERN
-# include "../src/cregex.c"
-# include "../src/utf8code.c"
+# include "../../src/cregex.c"
+# include "../../src/utf8code.c"
#endif
#undef i_opt
#undef i_header