X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg.c;h=3445970bd867acfbcd7ad52a1df1a58edd9bf691;hp=6bdb2306f6c0fb29147d8b63673e804060c2b3cd;hb=f3ebfd3dcb117f1c4a91c2c9f08d8ed710ee3907;hpb=ccf42979a31a56e991b5c6d7d4043381f7487d6e diff --git a/ogg.c b/ogg.c index 6bdb2306..3445970b 100644 --- a/ogg.c +++ b/ogg.c @@ -24,6 +24,7 @@ #include "server.cmdline.h" #include "server.h" #include "afs.h" +#include "afh.h" #include "error.h" #include "string.h" @@ -46,7 +47,7 @@ static int ogg_compute_header_len(void) unsigned int serial; char *buf; ogg_page page; - ogg_packet packet; + ogg_packet packet; vorbis_comment vc; vorbis_info vi; ogg_stream_state *stream_in = para_malloc(sizeof(ogg_stream_state));