Browse Source

ogg_to_pcm: fix compilation of example in _info.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 13 years ago
parent
commit
9491638c95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/ogg_to_pcm/_info

+ 1 - 1
ccan/ogg_to_pcm/_info

@@ -10,7 +10,7 @@
  *
  *
  * Example:
  * Example:
  * 	#include <stdint.h>
  * 	#include <stdint.h>
- * 	#include <ogg_to_pcm.h>
+ * 	#include <ccan/ogg_to_pcm/ogg_to_pcm.h>
  *
  *
  * 	int main(int argc, char *argv[]) 
  * 	int main(int argc, char *argv[]) 
  * 	{
  * 	{