add cmake, use libubox for uloop and list.h
[project/relayd.git] / relayd.h
index cd24aa6..3a93204 100644 (file)
--- a/relayd.h
+++ b/relayd.h
@@ -32,8 +32,8 @@
 #include <stdint.h>
 #include <stdbool.h>
 
 #include <stdint.h>
 #include <stdbool.h>
 
-#include "uloop.h"
-#include "list.h"
+#include <libubox/uloop.h>
+#include <libubox/list.h>
 
 #define DEBUG
 #ifdef DEBUG
 
 #define DEBUG
 #ifdef DEBUG