]> git.ozlabs.org Git - ccan/blobdiff - ccan/block_pool/_info
Merge Makefile rewrite into master
[ccan] / ccan / block_pool / _info
index 5c8b8e6890cdd470ce08a3bc6694ecb505ef53ad..a42cdba4b5c6148ddf347ea3087cd2cc63cef3c8 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * block_pool - An efficient allocator for blocks that don't need to be resized or freed.
@@ -38,6 +38,9 @@
  * Author: Joey Adams <joeyadams3.14159@gmail.com>
  * License: MIT
  * Version: 0.1
+ * Ccanlint:
+ *     // We actually depend on the LGPL talloc
+ *     license_depends_compat FAIL
  */
 int main(int argc, char *argv[])
 {