Add missing inclusion of assert.h

This commit is contained in:
Takashi Iwai 2007-10-25 15:39:19 +02:00
parent c88c15a478
commit 14f7981d59

View file

@ -26,6 +26,7 @@
#include <alsa/asoundlib.h>
#include <getopt.h>
#include <signal.h>
#include <assert.h>
#include "aconfig.h"
#include "gettext.h"