aboutsummaryrefslogtreecommitdiff
path: root/devel/godot2/files/patch-modules_speex_audio__stream__speex.cpp
blob: 9cb0eac898e6ded63afdc24473fffa40ee4a7351 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- modules/speex/audio_stream_speex.cpp.orig	2017-12-28 01:20:49 UTC
+++ modules/speex/audio_stream_speex.cpp
@@ -29,7 +29,7 @@
 #include "audio_stream_speex.h"
 
 #include "os/os.h"
-#include "os_support.h"
+#include "thirdparty/speex/os_support.h"
 #define READ_CHUNK 1024
 
 static _FORCE_INLINE_ uint16_t le_short(uint16_t s) {