]> git.ozlabs.org Git - ccan/blobdiff - ccan/build_assert/test/compile_ok.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / build_assert / test / compile_ok.c
index bc5541f5c7d9b106a30f149031ef40e120ce2eaa..b4de8b41402d6938fd7cf83b782c8de84904d2b1 100644 (file)
@@ -1,6 +1,6 @@
-#include "build_assert/build_assert.h"
+#include <ccan/build_assert/build_assert.h>
 
 
-int main(int argc, char *argv[])
+int main(void)
 {
        BUILD_ASSERT(1 == 1);
        return 0;
 {
        BUILD_ASSERT(1 == 1);
        return 0;