]> git.ozlabs.org Git - ccan/blobdiff - ccan/crc/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / crc / _info
index 295195c4ef0d82b8afcc791bc36c318ef8248361..c59d58ec8e19eb847a7d54d8926eefa0890e3a2c 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include <string.h>
 #include <stdio.h>
 
@@ -15,6 +16,7 @@
  *     #include <stdio.h>
  *     #include <stdlib.h>
  *
+ *     // Given IHATEMATH outputs 0x98a3b8df
  *     int main(int argc, char *argv[])
  *     {
  *             if (argc != 2) {