redis: Update from 4.0.8 to 4.0.9
[termux-packages] / packages / espeak / compat-stdint.h.patch
CommitLineData
30aebdac
FF
1diff -u -r ../espeak-ng-1.49.1/src/include/compat/stdint.h ./src/include/compat/stdint.h
2--- ../espeak-ng-1.49.1/src/include/compat/stdint.h 2017-01-21 21:57:13.000000000 +0100
3+++ ./src/include/compat/stdint.h 2017-02-01 00:28:46.687277703 +0100
4@@ -19,6 +19,8 @@
5 #ifndef STDINT_H_COMPAT_SHIM
6 #define STDINT_H_COMPAT_SHIM
7
8+#include "config.h"
9+
10 #ifdef _MSC_VER
11
12 #if _MSC_VER >= 1600 // Visual C++ 10 (Visual Studio 2010) and above...