mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Fixed compilation when HAVE_WORDEXP_H is not defined
This commit is contained in:
parent
8b908f233d
commit
853989cf09
1 changed files with 2 additions and 2 deletions
|
|
@ -19,10 +19,10 @@
|
|||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ifdef HAVE_WORDEXP_H
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef HAVE_WORDEXP_H
|
||||
#include <wordexp.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue