]> git.alsa-project.org Git - alsa-tools.git/commitdiff
include neccessary header files explicitly.
authorTakashi Iwai <tiwai@suse.de>
Tue, 25 Mar 2003 17:35:08 +0000 (17:35 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 25 Mar 2003 17:35:08 +0000 (17:35 +0000)
sb16_csp/cspctl.c

index fdac0100c366511f84f8e984b356d2d4069e7ff0..3a0fe6dd84eb681e96bd80d449f70f6b40e174d3 100644 (file)
 #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>