]> git.ipfire.org Git - thirdparty/kmod.git/blobdiff - testsuite/testsuite.h
Move macro.h to shared directory
[thirdparty/kmod.git] / testsuite / testsuite.h
index c90a1d5e68bf25407a4d086ed8a7bd22cf0c30a0..930f4af0f97b2e5dd12f5cb553367b4fae19cdae 100644 (file)
@@ -21,7 +21,7 @@
 #include <stdbool.h>
 #include <stdarg.h>
 
-#include "macro.h"
+#include <shared/macro.h>
 
 struct test;
 typedef int (*testfunc)(const struct test *t);