diff options
Diffstat (limited to 'src/string.c')
| -rw-r--r-- | src/string.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/string.c b/src/string.c index 9dcbe05..3822052 100644 --- a/src/string.c +++ b/src/string.c @@ -3,8 +3,8 @@ #include <errno.h> #include <stdlib.h> -#include <cu/debug.h> -#include <cu/string.h> +#include <ek/debug.h> +#include <ek/string.h> struct string *new_string(const char *s) { |
