diff options
Diffstat (limited to 'demo-async.c')
-rw-r--r-- | demo-async.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo-async.c b/demo-async.c index 6efcf28..88d68a5 100644 --- a/demo-async.c +++ b/demo-async.c @@ -6,7 +6,7 @@ #include <unistd.h> #include <locale.h> -#include "termkey.h" +#include "termkey2.h" static void on_key (termkey_t *tk, termkey_key_t *key) |