summaryrefslogtreecommitdiffhomepage
path: root/lib/uci.c
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-07-10 14:03:22 +0200
committerJo-Philipp Wich <jo@mein.io>2021-07-11 15:49:14 +0200
commite5e7e6277cc757475ad192f70a4b200778e1d8ee (patch)
treea6bcafa791b3cfc98a0be2f550a09bff079b61a4 /lib/uci.c
parentff6168a8901adcf84fbeda86f3f25fae7dff609b (diff)
treewide: move header files into dedicated directory
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'lib/uci.c')
-rw-r--r--lib/uci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uci.c b/lib/uci.c
index 89c5c92..116fad6 100644
--- a/lib/uci.c
+++ b/lib/uci.c
@@ -17,7 +17,7 @@
#include <string.h>
#include <uci.h>
-#include "../module.h"
+#include "ucode/module.h"
#define err_return(err) do { last_error = err; return NULL; } while(0)