From 26db2ed6be9a5ee7b141019b04e667ff124d075c Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 26 Oct 2018 11:49:01 -0700 Subject: [PATCH] Fixed including opusfile.h (include path now matches the one checked in configure) --- music_opus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_opus.c b/music_opus.c index 9e4049c8..96b054a1 100644 --- a/music_opus.c +++ b/music_opus.c @@ -27,7 +27,7 @@ #include "music_opus.h" -#include +#include typedef struct { int loaded;