aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/commands.c
diff options
context:
space:
mode:
authorGravatar David Keijser <keijser@gmail.com>2011-05-25 07:15:35 +0200
committerGravatar David Keijser <keijser@gmail.com>2011-05-25 07:15:35 +0200
commitb970eacf2fbbe5d082515f2085f3b3d4e471d467 (patch)
tree4ae807d36364b4ac2fdb188e9486b32f60db77b0 /src/commands.c
parent8960722f64afdd1bdf2ad3a0ee2546a322fb30c6 (diff)
move core variable stuff into variables file
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 c2dd578..c4a4d34 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -4,6 +4,7 @@
#include "util.h"
#include "menu.h"
#include "callbacks.h"
+#include "variables.h"
/* -- command to callback/function map for things we cannot attach to any signals */
CommandInfo cmdlist[] =