Scheduler/Console: Fix bit-number-lookup-magic to work under 64bit
[senf.git] / Scheduler / Console / Console.hh
index 276e4fa..c75f995 100644 (file)
@@ -23,8 +23,8 @@
 /** \file
     \brief Console public header */
 
-#ifndef HH_Console_
-#define HH_Console_ 1
+#ifndef HH_SENF_Scheduler_Console_Console_
+#define HH_SENF_Scheduler_Console_Console_ 1
 
 // Custom includes
 
@@ -35,6 +35,7 @@
 #include "ParsedCommand.hh"
 #include "ScopedDirectory.hh"
 #include "OverloadedCommand.hh"
+#include "Variables.hh"
 #include "Config.hh"
 #include "ConfigFile.hh"
 #include "ProgramOptions.hh"