summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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;