summaryrefslogtreecommitdiffstats
path: root/src/c_keys_next.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/c_keys_next.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/c_keys_next.h b/src/c_keys_next.h
index f71ff5c..fc76ecf 100644
--- a/src/c_keys_next.h
+++ b/src/c_keys_next.h
@@ -14,7 +14,8 @@
# define C_KEYS_NEXT_H
#include "c_init.h"
+#include "s_struct.h"
-short c_key_up(t_caps *tcaps);
+short c_key_up(t_caps *tcaps, t_msh *msh);
#endif