]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - aac_afh.c
recv: Explain user data mechanism.
[paraslash.git] / aac_afh.c
index f70b811c4e2fedd39c1bb53d9d77e98dbbdd23aa..8550a8ac6801d421e5cf186b48360922face11e8 100644 (file)
--- a/aac_afh.c
+++ b/aac_afh.c
@@ -11,6 +11,7 @@
 /** \file aac_afh.c para_server's aac audio format handler. */
 
 #include <regex.h>
+#include <neaacdec.h>
 
 #include "para.h"
 
@@ -22,7 +23,6 @@
 #include "portable_io.h"
 #include "afh.h"
 #include "string.h"
-#include "aac.h"
 #include "fd.h"