]> git.ozlabs.org Git - ccan/blobdiff - ccan/noerr/_info.c
Stephen: "It's portaudio, not libvorbis that needs version >= 19."
[ccan] / ccan / noerr / _info.c
index 32ced7d8ed7b791609ec3546300adbd1c65fbe17..fee413d3bbc90b23a756bc3a1b7eefb8a1c019e0 100644 (file)
  *     #include <sys/types.h>
  *     #include <sys/stat.h>
  *     #include <fcntl.h>
+ *     #include <stdbool.h>
+ *     #include <string.h>
+ *     #include <errno.h>
+ *     #include <ccan/noerr/noerr.h>
  *
  *     bool write_string_to_file(const char *file, const char *string)
  *     {