fix uci_parse_tuple
[project/uci.git] / libuci.c
index 66e6d23..7805d74 100644 (file)
--- a/libuci.c
+++ b/libuci.c
@@ -39,6 +39,7 @@ static const char *uci_errstr[] = {
        [UCI_ERR_UNKNOWN] =   "Unknown error",
 };
 
+#include "uci_internal.h"
 #include "util.c"
 #include "list.c"
 #include "history.c"