summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Krennmair <ak@synflood.at>2008-02-06 20:49:19 +0000
committerAndreas Krennmair <ak@synflood.at>2008-02-06 20:49:19 +0000
commitc086b022ace897e236466a3e0e6a7e4930a2ca62 (patch)
tree51bb8c3a7bc197f225ea19ec9320973d08d8a74f
parent35e4457ee97736677f389ae31094ff24be249f49 (diff)
Andreas Krennmair:
OSX compile fix.
-rw-r--r--src/controller.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/controller.cpp b/src/controller.cpp
index 6bab7ec8..49543e40 100644
--- a/src/controller.cpp
+++ b/src/controller.cpp
@@ -1,3 +1,4 @@
+#include <config.h>
#include <view.h>
#include <controller.h>
#include <configparser.h>
@@ -30,8 +31,6 @@
#include <ncursesw/ncurses.h>
-#include <config.h>
-
using namespace newsbeuter;
static std::string lock_file = "lock.pid";