utox: fix build

This commit is contained in:
q66 2020-01-02 18:01:09 +01:00
parent d24c1f1ddc
commit 8aa04c96da

View file

@ -0,0 +1,11 @@
--- src/av/audio.h
+++ src/av/audio.h
@@ -5,7 +5,7 @@
#include <stdint.h>
#include <stdbool.h>
-typedef struct ALCdevice_struct ALCdevice;
+typedef struct ALCdevice ALCdevice;
extern bool utox_audio_thread_init;