aboutsummaryrefslogtreecommitdiff
path: root/audio/speexdsp/files/patch-include_speex_speexdsp__config__types.h.in
blob: 61944bb31e76c90933e8439da9f5a7037ae26e15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- include/speex/speexdsp_config_types.h.in.orig	2015-01-03 20:26:24 UTC
+++ include/speex/speexdsp_config_types.h.in
@@ -1,13 +1,7 @@
 #ifndef __SPEEX_TYPES_H__
 #define __SPEEX_TYPES_H__
 
-#if defined HAVE_STDINT_H
-#  include <stdint.h>
-#elif defined HAVE_INTTYPES_H
-#  include <inttypes.h>
-#elif defined HAVE_SYS_TYPES_H
-#  include <sys/types.h>
-#endif
+#include <stdint.h>
 
 typedef @SIZE16@ spx_int16_t;
 typedef @USIZE16@ spx_uint16_t;