diff options
Diffstat (limited to 'src/stdlib/c_strings.c')
| -rw-r--r-- | src/stdlib/c_strings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdlib/c_strings.c b/src/stdlib/c_strings.c index e28e8c20..2946ce58 100644 --- a/src/stdlib/c_strings.c +++ b/src/stdlib/c_strings.c @@ -1,4 +1,5 @@ // Type info and methods for CString datatype (char*) + #include <err.h> #include <gc.h> #include <stdbool.h> |
