From: Takashi Iwai Date: Tue, 30 Oct 2007 13:28:30 +0000 (+0100) Subject: Re-add assert.h to asoundlib.h X-Git-Tag: v1.0.16rc1~55 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=2e7cc001a9a886e0adc739f493acca789b19ad56;p=alsa-lib.git 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. --- diff --git a/include/asoundlib-head.h b/include/asoundlib-head.h index b4087def..20c8a68d 100644 --- a/include/asoundlib-head.h +++ b/include/asoundlib-head.h @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include