Update of /cvsroot/alsa/alsa-tools/sb16_csp
In directory sc8-pr-cvs1:/tmp/cvs-serv28172

Modified Files:
        cspctl.c 
Log Message:
include neccessary header files explicitly.



Index: cspctl.c
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/sb16_csp/cspctl.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cspctl.c    30 Dec 2001 09:37:55 -0000      1.8
+++ cspctl.c    25 Mar 2003 17:35:08 -0000      1.9
@@ -24,6 +24,11 @@
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <fcntl.h>
+#include <unistd.h>
+#include <assert.h>
+#include <string.h>
+#include <errno.h>
 #include <linux/ioctl.h>
 #include <sound/sb16_csp.h>
 



-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to