Skip to content

Commit 1884ec0

Browse files
namsetmatth
authored andcommitted
Rename Intsafe.h to intsafe.h for case-sensitive OS
Signed-off-by: Tristan Matthews <[email protected]>
1 parent 5854a9f commit 1884ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

silk/x86/NSQ_del_dec_avx2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ static OPUS_INLINE int verify_assumptions(const silk_encoder_state *psEncC)
7272

7373
/* Intrinsics not defined on MSVC */
7474
#ifdef _MSC_VER
75-
#include <Intsafe.h>
75+
#include <intsafe.h>
7676
static inline int __builtin_sadd_overflow(opus_int32 a, opus_int32 b, opus_int32* res)
7777
{
7878
*res = a+b;

0 commit comments

Comments
 (0)