summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNiklas Goby2011-11-23 12:40:03 +0100
committerNiklas Goby2011-11-23 12:40:03 +0100
commit85bf21b866d540e5d61b515493d83829fe159ca2 (patch)
tree173e05d20df7bbf875a28c4f1c2e84451686abc9 /src
parentcreated modules (diff)
downloadfbgui-85bf21b866d540e5d61b515493d83829fe159ca2.tar.gz
fbgui-85bf21b866d540e5d61b515493d83829fe159ca2.tar.xz
fbgui-85bf21b866d540e5d61b515493d83829fe159ca2.zip
modified cmakelists, changed include paths
Diffstat (limited to 'src')
-rw-r--r--src/customdhcpcd/logwriter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/customdhcpcd/logwriter.c b/src/customdhcpcd/logwriter.c
index 6230d4c..ee8bb1d 100644
--- a/src/customdhcpcd/logwriter.c
+++ b/src/customdhcpcd/logwriter.c
@@ -18,7 +18,7 @@
#include "logger.h"
#include "logwriter.h"
-#include "../../common/fbgui.h" // for constants
+#include "../common/fbgui.h" // for constants
/*sockets for the logger and the qt-reader */
int sockfd, ns;
int retval = -1;