]> git.ozlabs.org Git - ccan/blobdiff - ccan/grab_file/_info.c
ccanlint clean and move endian.h to top of #includes (tests that it doesn't need...
[ccan] / ccan / grab_file / _info.c
index 4aac31aebbd7b343b3e48527bcd5a4baf459b247..9a0249f1587616cd1144756023aaba0559756312 100644 (file)
@@ -8,10 +8,11 @@
  * This contains simple functions for getting the contents of a file.
  *
  * Example:
- *     #include "grab_file/grab_file.h"
  *     #include <err.h>
  *     #include <stdio.h>
  *     #include <string.h>
+ *     #include <ccan/grab_file/grab_file.h>
+ *     #include <ccan/talloc/talloc.h> // For talloc_free()
  *
  *     int main(int argc, char *argv[])
  *     {