mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 20:05:42 +01:00
Add missing inclusion of assert.h
This commit is contained in:
parent
c88c15a478
commit
14f7981d59
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#include <alsa/asoundlib.h>
|
||||
#include <getopt.h>
|
||||
#include <signal.h>
|
||||
#include <assert.h>
|
||||
#include "aconfig.h"
|
||||
#include "gettext.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue