diff options
author | Chris Robinson <[email protected]> | 2017-06-28 16:41:38 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-06-28 16:41:38 -0700 |
commit | cfec20830bca1bdb1bdef5d7429c946fde881d77 (patch) | |
tree | 714b918e5d84e88f8947137c0be1ea7ab7d02d89 /router/al.c | |
parent | ebee8da05cc02fa8da0cbdc47dd9f379e20b962a (diff) |
Load driver dlls in the router
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; } |