diff options
author | pommicket <pommicket@gmail.com> | 2023-01-02 00:09:07 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-02 00:09:07 -0500 |
commit | 43b8a9cb106d50265f5a6c1307e77d4642710f07 (patch) | |
tree | 88059ba86e957031047577622ecce52d72113e03 /util.c | |
parent | 20ac640a6d0b8eb6343709ae6ef921b41a31a726 (diff) |
restructure buffer.c
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ #include "base.h" #include "util.h" +#include "unicode.h" // on 16-bit systems, this is 16383. on 32/64-bit systems, this is 1073741823 // it is unusual to have a string that long. |