X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aac_afh.c;h=76b2849d8be26fa7db071c11655e62249c06f0bd;hp=d0d437e90a31bade448b3a31165bf82dfe15d2ea;hb=43ae54ccb178332180b2e79ee0d6e1a15570de0b;hpb=81a2a3b91db054a34a011392256c05271ee39114 diff --git a/aac_afh.c b/aac_afh.c index d0d437e9..76b2849d 100644 --- a/aac_afh.c +++ b/aac_afh.c @@ -11,10 +11,11 @@ /** \file aac_afh.c para_server's aac audio format handler */ #include "para.h" -#include "afh.h" -#include "server.h" #include "error.h" #include "string.h" +#include "afh.h" +#include "afs.h" +#include "server.h" #include "aac.h" static int aac_find_stsz(unsigned char *buf, size_t buflen, off_t *skip)