summaryrefslogtreecommitdiff
blob: f8fba207b4b2127bc78cad52004c1d1757571a61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- xa_g72x.c
+++ xa_g72x.c
@@ -30,6 +30,7 @@
  * Common routines for G.721 and G.723 conversions.
  */
 
+#include <stdlib.h>
 #include "xa_g72x.h"
 
 static short power2[15] = {1, 2, 4, 8, 0x10, 0x20, 0x40, 0x80,
--- xa_export.c
+++ xa_export.c
@@ -7,7 +7,8 @@
 
 
 
-
+#include <stdlib.h>
+#include <string.h>
 #include <stdio.h>
 #include <signal.h>
 #include <jpeglib.h>
--- xa_audio.c
+++ xa_audio.c
@@ -227,7 +227,7 @@
 */
 
 /* TOP */
-
+#include <sys/ioctl.h>
 #include "xa_audio.h"
 
 /* POD note:  For opening audio device non-blocking. Should probably set it