summaryrefslogtreecommitdiff
path: root/hw/darwin/quartz/quartzAudio.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/darwin/quartz/quartzAudio.c')
-rw-r--r--hw/darwin/quartz/quartzAudio.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/hw/darwin/quartz/quartzAudio.c b/hw/darwin/quartz/quartzAudio.c
index b477b037b..16b9c2ba8 100644
--- a/hw/darwin/quartz/quartzAudio.c
+++ b/hw/darwin/quartz/quartzAudio.c
@@ -35,7 +35,9 @@
* holders shall not be used in advertising or otherwise to promote the sale,
* use or other dealings in this Software without prior written authorization.
*/
-
+#ifdef HAVE_XORG_CONFIG_H
+#include <xorg-config.h>
+#endif
#include "quartzCommon.h"
#include "quartzAudio.h"
@@ -44,6 +46,7 @@
#include "inputstr.h"
#include <X11/extensions/XI.h>
+#include <assert.h>
void NSBeep();