diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2013-04-01 10:30:30 +1030 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2013-04-01 10:30:30 +1030 |
commit | 9491638c95640ff85680dabb76fd0a7a32a8e673 (patch) | |
tree | 15481b1812fefd0ad52f85398c8d88b7405275fc | |
parent | ec73dece4ef3bc4d9664aae6c2fa7c5cc26da7d3 (diff) |
ogg_to_pcm: fix compilation of example in _info.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
-rw-r--r-- | ccan/ogg_to_pcm/_info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ccan/ogg_to_pcm/_info b/ccan/ogg_to_pcm/_info index 6dc96c2f..c987b22b 100644 --- a/ccan/ogg_to_pcm/_info +++ b/ccan/ogg_to_pcm/_info @@ -10,7 +10,7 @@ * * Example: * #include <stdint.h> - * #include <ogg_to_pcm.h> + * #include <ccan/ogg_to_pcm/ogg_to_pcm.h> * * int main(int argc, char *argv[]) * { |