more comments
[project/uci.git] / libuci.c
index 66b702d..ccf29b7 100644 (file)
--- a/libuci.c
+++ b/libuci.c
  */
 
 #include <sys/types.h>
-#include <stdio.h>
+#include <stdbool.h>
 #include <string.h>
 #include <stdlib.h>
+#include <stdio.h>
+
 #include "libuci.h"
 
 #define DEBUG