Skip to content

Commit c8eb062

Browse files
committed
Fix include path
(was breaking Makefile.unix)
1 parent 4d269fc commit c8eb062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#endif
3232

3333
#include "opus.h"
34-
#include "celt/mathops.h"
34+
#include "mathops.h"
3535
#include "opus_private.h"
3636

3737
#ifndef DISABLE_FLOAT_API

0 commit comments

Comments
 (0)