summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas2011-11-23 14:32:07 +0100
committerNiklas2011-11-23 14:32:07 +0100
commitb295ce7d18bd2e805dbff5a363fb003580718e73 (patch)
treefc80369ce8ed2a8222be0f6bd1612d809475c4c0
parentmodified cmakelists, changed include paths (diff)
downloadfbgui-b295ce7d18bd2e805dbff5a363fb003580718e73.tar.gz
fbgui-b295ce7d18bd2e805dbff5a363fb003580718e73.tar.xz
fbgui-b295ce7d18bd2e805dbff5a363fb003580718e73.zip
den pfad zur common header file angepasst
-rw-r--r--src/customdhcpcd/dhcpcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/customdhcpcd/dhcpcd.h b/src/customdhcpcd/dhcpcd.h
index c8df616..9219446 100644
--- a/src/customdhcpcd/dhcpcd.h
+++ b/src/customdhcpcd/dhcpcd.h
@@ -37,7 +37,7 @@
#include "common.h"
-#include "../../common/fbgui.h"
+#include "../common/fbgui.h"
#define DEFAULT_TIMEOUT 20
#define DEFAULT_LEASETIME 3600 /* 1 hour */