]> git.ozlabs.org Git - ccan/commitdiff
ogg_to_pcm: fix compilation of example in _info.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 1 Apr 2013 00:00:30 +0000 (10:30 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 1 Apr 2013 00:00:30 +0000 (10:30 +1030)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/ogg_to_pcm/_info

index 6dc96c2fa7d7413642232923a3978fa823414495..c987b22b39349d2105f89e6fa907ed240ed8b509 100644 (file)
@@ -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[]) 
  *     {