diff options
Diffstat (limited to 'src/user/app/vterm')
-rw-r--r-- | src/user/app/vterm/vterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/app/vterm/vterm.c b/src/user/app/vterm/vterm.c index bb60a34..76f6a17 100644 --- a/src/user/app/vterm/vterm.c +++ b/src/user/app/vterm/vterm.c @@ -5,7 +5,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> -#include <user/lib/compat.h> +#include <camellia/compat.h> struct point cursor = {0}; |