aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/commands.c
diff options
context:
space:
mode:
authorGravatar David Keijser <keijser@gmail.com>2011-05-30 19:15:01 +0200
committerGravatar David Keijser <keijser@gmail.com>2011-05-30 19:15:01 +0200
commit1110023039fa7d13e2ddab29d6a7db50ab61f2ae (patch)
tree2d9b6800c40e8cb7f4ad02253e03ee3fb1f318f7 /src/commands.c
parentda8e6d70e09c9c92c55b110ada1d3bcc63889a72 (diff)
hide some implementation details of variables
Diffstat (limited to 'src/commands.c')
-rw-r--r--src/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.c b/src/commands.c
index c4a4d34..c4f63af 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -5,6 +5,7 @@
#include "menu.h"
#include "callbacks.h"
#include "variables.h"
+#include "type.h"
/* -- command to callback/function map for things we cannot attach to any signals */
CommandInfo cmdlist[] =