diff options
Diffstat (limited to 'demo-glib.c')
-rw-r--r-- | demo-glib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo-glib.c b/demo-glib.c index 0162042..dfe5cd4 100644 --- a/demo-glib.c +++ b/demo-glib.c @@ -3,7 +3,7 @@ #include <unistd.h> #include <locale.h> -#include "termkey.h" +#include "termkey2.h" static termkey_t *tk; static int timeout_id; |