summaryrefslogtreecommitdiff
path: root/lib/Menu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Menu.cc')
-rw-r--r--lib/Menu.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Menu.cc b/lib/Menu.cc
index 05d7088..361189f 100644
--- a/lib/Menu.cc
+++ b/lib/Menu.cc
@@ -1,8 +1,10 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include "Menu.h"
#include "HttpServ.h"
#include "CopyJob.h"
#include "Buffer.h"
-#include "config.h"
Menu::Menu(const String & t, const String & U, String * ts, Action ** as, int nb) :
Action(U), tit(t), lt(ts), la(as), nba(nb) { }