diff options
Diffstat (limited to 'router/al.c')
-rw-r--r-- | router/al.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/router/al.c b/router/al.c index ec17226b..8e179c82 100644 --- a/router/al.c +++ b/router/al.c @@ -4,6 +4,7 @@ #include <stddef.h> #include "AL/al.h" +#include "router.h" #define DECL_THUNK0(R, n) AL_API R AL_APIENTRY n(void) { return (R)0; } |