]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Re-add assert.h to asoundlib.h
authorTakashi Iwai <tiwai@suse.de>
Tue, 30 Oct 2007 13:28:30 +0000 (14:28 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 30 Oct 2007 13:28:30 +0000 (14:28 +0100)
Looks like many apps rely on implicit inclusion of assert.h in asoundlib.h.
Take it back again to make them happy.

include/asoundlib-head.h

index b4087def20ca2aa5e06c8769a20d006d6d4a271d..20c8a68db03ac2c662bf1cd9ccda04d61d907234 100644 (file)
@@ -33,6 +33,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <fcntl.h>
+#include <assert.h>
 #include <endian.h>
 #include <sys/poll.h>
 #include <errno.h>