--- 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 -#elif defined HAVE_INTTYPES_H -# include -#elif defined HAVE_SYS_TYPES_H -# include -#endif +#include typedef @SIZE16@ spx_int16_t; typedef @USIZE16@ spx_uint16_t;