Skip to content

Commit db0d41c

Browse files
committed
Fixed including opusfile.h
(include path now matches the one checked in configure)
1 parent 6875af6 commit db0d41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

music_opus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
#include "music_opus.h"
2929

30-
#include <opusfile.h>
30+
#include <opus/opusfile.h>
3131

3232
typedef struct {
3333
int loaded;

0 commit comments

Comments
 (0)