Re-add assert.h to asoundlib.h

Looks like many apps rely on implicit inclusion of assert.h in asoundlib.h.
Take it back again to make them happy.
This commit is contained in:
Takashi Iwai 2007-10-30 14:28:30 +01:00
parent 54a2cf5ecf
commit 2e7cc001a9

View file

@ -33,6 +33,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <fcntl.h> #include <fcntl.h>
#include <assert.h>
#include <endian.h> #include <endian.h>
#include <sys/poll.h> #include <sys/poll.h>
#include <errno.h> #include <errno.h>