]> git.ozlabs.org Git - ccan/blobdiff - ccan/check_type/test/run.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / check_type / test / run.c
index f4b33c1616a1b5bc38fc66fee496b374831186fe..09fd3634376fc078d3d62df5b465e54f0a2db4cd 100644 (file)
@@ -1,10 +1,11 @@
-#include "check_type/check_type.h"
-#include "tap/tap.h"
+#include <ccan/check_type/check_type.h>
+#include <ccan/tap/tap.h>
 
 int main(int argc, char *argv[])
 {
        int x = 0, y = 0;
 
+       (void)argv;
        plan_tests(9);
 
        ok1(check_type(argc, int) == 0);