]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Add missing inclusion of assert.h
authorTakashi Iwai <tiwai@suse.de>
Thu, 25 Oct 2007 13:39:19 +0000 (15:39 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 25 Oct 2007 13:39:19 +0000 (15:39 +0200)
seq/aseqnet/aseqnet.c

index 38de3d992218010b3e4b165bbdef770b990e053f..ccf33e68ce31d8ee894f35c81897112b0c74ea01 100644 (file)
@@ -26,6 +26,7 @@
 #include <alsa/asoundlib.h>
 #include <getopt.h>
 #include <signal.h>
+#include <assert.h>
 #include "aconfig.h"
 #include "gettext.h"