]> git.meshlink.io Git - catta/blobdiff - tests/prioq-test.c
move public headers into their own directory
[catta] / tests / prioq-test.c
index 99225653936b499b2ecf1d9114d021cf4c6b73ec..579c75d0af5dd51322fd86e5ed4d12f73b6b135f 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <avahi/gccmacro.h>
 
-#include <avahi/prioq.h>
+#include "../src/prioq.h"
 
 #define POINTER_TO_INT(p) ((int) (long) (p))
 #define INT_TO_POINTER(i) ((void*) (long) (i))