Skip to content

Commit

Permalink
Fixed including opusfile.h
Browse files Browse the repository at this point in the history
(include path now matches the one checked in configure)
  • Loading branch information
slouken committed Oct 26, 2018
1 parent fc81275 commit 26db2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_opus.c
Expand Up @@ -27,7 +27,7 @@

#include "music_opus.h"

#include <opusfile.h>
#include <opus/opusfile.h>

typedef struct {
int loaded;
Expand Down

0 comments on commit 26db2ed

Please sign in to comment.