diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-03-29 21:26:53 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-03-29 21:26:53 -0400 |
commit | 50233fff403da32473aa499ad45ab4770471966a (patch) | |
tree | 19986d0282dd3d1b585366362b7ac9bfc07e8c01 /include | |
parent | 93396d69eb71cb724d47dc927becf5a129baa168 (diff) |
new initrd format work, bigger keypad
Diffstat (limited to 'include')
-rw-r--r-- | include/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/script.h b/include/script.h index 971cccf..bddb872 100644 --- a/include/script.h +++ b/include/script.h @@ -21,7 +21,7 @@ #ifndef SCRIPT_H_ #define SCRIPT_H_ -#include <parser.h> +#include <it/parser.h> /** * Loads the library for the given interpreter instance. |