From: Takashi Iwai Date: Thu, 25 Oct 2007 13:39:19 +0000 (+0200) Subject: Add missing inclusion of assert.h X-Git-Tag: v1.0.16rc1~12 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=14f7981d59e03c9b4f218ef0be53a2a706af4102;p=alsa-utils.git Add missing inclusion of assert.h --- diff --git a/seq/aseqnet/aseqnet.c b/seq/aseqnet/aseqnet.c index 38de3d9..ccf33e6 100644 --- a/seq/aseqnet/aseqnet.c +++ b/seq/aseqnet/aseqnet.c @@ -26,6 +26,7 @@ #include #include #include +#include #include "aconfig.h" #include "gettext.h"