]> git.ozlabs.org Git - ccan/blobdiff - ccan/strmap/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / strmap / _info
index 82f20d13fa2bfe7a6b09d3b4451fe583e3ee1e0d..33176b304e8522b9fb5534f773db322b904addf7 100644 (file)
@@ -1,5 +1,6 @@
-#include <string.h>
 #include "config.h"
+#include <stdio.h>
+#include <string.h>
 
 /**
  * strmap - an ordered map of strings to values
@@ -9,7 +10,7 @@
  *  http://cr.yp.to/critbit.html
  *  http://github.com/agl/critbit (which this code is based on)
  *
- * License: Public domain (but some dependencies are LGPL!)
+ * License: CC0 (but some dependencies are LGPL!)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  * Ccanlint:
  *     license_depends_compat FAIL