]> git.ozlabs.org Git - petitboot/blobdiff - test/urls/parse-url.c
lib/url: Move URL-handling code to lib
[petitboot] / test / urls / parse-url.c
index 3e2f10f0871c2be2aead6de56751942f239b0dfc..d748cdb2277d7d5b4fe834c76c40443a06fc1b6c 100644 (file)
@@ -2,7 +2,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 
-#include <ui/common/url.h>
+#include <url/url.h>
 #include <log/log.h>
 
 int main(int argc, char **argv)