diff options
| author | Niklas | 2011-11-23 14:32:07 +0100 |
|---|---|---|
| committer | Niklas | 2011-11-23 14:32:07 +0100 |
| commit | b295ce7d18bd2e805dbff5a363fb003580718e73 (patch) | |
| tree | fc80369ce8ed2a8222be0f6bd1612d809475c4c0 /src | |
| parent | modified cmakelists, changed include paths (diff) | |
| download | fbgui-b295ce7d18bd2e805dbff5a363fb003580718e73.tar.gz fbgui-b295ce7d18bd2e805dbff5a363fb003580718e73.tar.xz fbgui-b295ce7d18bd2e805dbff5a363fb003580718e73.zip | |
den pfad zur common header file angepasst
Diffstat (limited to 'src')
| -rw-r--r-- | src/customdhcpcd/dhcpcd.h | 2 |
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 */ |
