RC4: Allocate 8 extra bytes for send buffer.
[paraslash.git] / aac_afh.c
index 68f17c275119c8673a12987e449543b3d214f09d..3e394337b4b33f693be416ab7d90872113f9bf50 100644 (file)
--- a/aac_afh.c
+++ b/aac_afh.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2010 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
 /** \file aac_afh.c para_server's aac audio format handler */
 
-#include <osl.h>
+#include <regex.h>
+
 #include "para.h"
 #include "error.h"
-#include "string.h"
 #include "afh.h"
-#include "afs.h"
-#include "server.h"
+#include "string.h"
 #include "aac.h"
 
 static int aac_find_stsz(unsigned char *buf, size_t buflen, off_t *skip)