mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
xen: add the HAVE_CONFIG_H macro guard
This commit is contained in:
parent
f231859ca9
commit
ea99b0fd2a
1 changed files with 3 additions and 1 deletions
|
|
@ -20,7 +20,9 @@
|
|||
USA.
|
||||
***/
|
||||
|
||||
#include "config.h"
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue