diff options
author | Niklas Goby | 2011-11-23 12:40:03 +0100 |
---|---|---|
committer | Niklas Goby | 2011-11-23 12:40:03 +0100 |
commit | 85bf21b866d540e5d61b515493d83829fe159ca2 (patch) | |
tree | 173e05d20df7bbf875a28c4f1c2e84451686abc9 /src/customdhcpcd | |
parent | created modules (diff) | |
download | fbgui-85bf21b866d540e5d61b515493d83829fe159ca2.tar.gz fbgui-85bf21b866d540e5d61b515493d83829fe159ca2.tar.xz fbgui-85bf21b866d540e5d61b515493d83829fe159ca2.zip |
modified cmakelists, changed include paths
Diffstat (limited to 'src/customdhcpcd')
-rw-r--r-- | src/customdhcpcd/logwriter.c | 2 |
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; |