aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-08-28 10:31:23 -0700
committerChris Robinson <[email protected]>2017-08-28 10:31:23 -0700
commit2916efee213d0d0c6fe67669bf666141e6149f27 (patch)
treeb00720de5977bcc8d7ba6c2d51697014ac5606db /Alc/ALu.c
parent6c367cad6e358a0ea4fd71fc94120dd7e036c621 (diff)
Automatically generate the bsinc table when building
This makes bsincgen a native tool like bin2h, so it can run automatically when compiling.
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 7c261f73..29accf57 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -39,7 +39,7 @@
#include "static_assert.h"
#include "mixer_defs.h"
-#include "bsinc_inc.c"
+#include "bsinc_inc.h"
#include "backends/base.h"