]> git.meshlink.io Git - catta/blobdiff - tests/timeeventq-test.c
move public headers into their own directory
[catta] / tests / timeeventq-test.c
index 5b399b1f7473f2e0a2465a36309a41bbe35659ec..dbfc92d06943e535fe64f57419821d2be1d0f103 100644 (file)
 
 #include <avahi/timeval.h>
 #include <avahi/simple-watch.h>
-
-#include <avahi/timeeventq.h>
 #include <avahi/log.h>
 
+#include "../src/timeeventq.h"
+
 #define POINTER_TO_INT(p) ((int) (long) (p))
 #define INT_TO_POINTER(i) ((void*) (long) (i))