diff options
Diffstat (limited to 'src/user/app/vterm/vterm.h')
-rw-r--r-- | src/user/app/vterm/vterm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/app/vterm/vterm.h b/src/user/app/vterm/vterm.h index b006ede..72c1fd0 100644 --- a/src/user/app/vterm/vterm.h +++ b/src/user/app/vterm/vterm.h @@ -2,7 +2,7 @@ #include <camellia/types.h> #include <stdint.h> #include <stdio.h> -#include <user/lib/draw/draw.h> +#include <draw.h> #define eprintf(fmt, ...) fprintf(stderr, "vterm: "fmt"\n" __VA_OPT__(,) __VA_ARGS__) |