diff options
| author | Tyge Løvset <[email protected]> | 2023-01-24 20:19:42 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-01-24 20:19:42 +0100 |
| commit | 782ab14cac327134614188676a196fcfcb9d0ba1 (patch) | |
| tree | 23ed57b22f19ec52c23b889ef9af30abffa609ef /include/stc/utf8.h | |
| parent | deb412cb6c88187e9804c9aaf7f0427109479014 (diff) | |
| download | STC-modified-782ab14cac327134614188676a196fcfcb9d0ba1.tar.gz STC-modified-782ab14cac327134614188676a196fcfcb9d0ba1.zip | |
Added python single-header generator + fixed include mistake.
Diffstat (limited to 'include/stc/utf8.h')
| -rw-r--r-- | include/stc/utf8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/utf8.h b/include/stc/utf8.h index f30e76ac..ea661bb6 100644 --- a/include/stc/utf8.h +++ b/include/stc/utf8.h @@ -115,6 +115,6 @@ STC_INLINE size_t utf8_pos(const char* s, size_t index) #endif // UTF8_H_INCLUDED #if defined i_extern || defined STC_EXTERN -# include "../src/utf8code.c" +# include "../../src/utf8code.c" # undef i_extern #endif |
