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