Update of /cvsroot/alsa/alsa-tools/vxloader
In directory sc8-pr-cvs1:/tmp/cvs-serv29268

Modified Files:
        vxloader.c 
Log Message:
include necessary header files explicitly.



Index: vxloader.c
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/vxloader/vxloader.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vxloader.c  28 Feb 2003 14:19:52 -0000      1.3
+++ vxloader.c  25 Mar 2003 17:37:21 -0000      1.4
@@ -23,9 +23,12 @@
 #include <string.h>
 #include <ctype.h>
 #include <getopt.h>
+#include <errno.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <assert.h>
 #include <unistd.h>
+#include <fcntl.h>
 #include <sys/ioctl.h>
 #include <stdarg.h>
 #include <alsa/asoundlib.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