From b970eacf2fbbe5d082515f2085f3b3d4e471d467 Mon Sep 17 00:00:00 2001 From: David Keijser Date: Wed, 25 May 2011 07:15:35 +0200 Subject: move core variable stuff into variables file --- src/commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands.c') 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[] = -- cgit v1.2.3