summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/codecs/libmusepack/mpc_types.h2
-rw-r--r--apps/codecs/libspeex/config-speex.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libmusepack/mpc_types.h b/apps/codecs/libmusepack/mpc_types.h
index 61ee5ea67f..aa25f3df99 100644
--- a/apps/codecs/libmusepack/mpc_types.h
+++ b/apps/codecs/libmusepack/mpc_types.h
@@ -38,7 +38,7 @@
38#endif 38#endif
39 39
40#include <stdlib.h> 40#include <stdlib.h>
41#include <memory.h> 41#include <inttypes.h>
42 42
43#ifdef __cplusplus 43#ifdef __cplusplus
44extern "C" { 44extern "C" {
diff --git a/apps/codecs/libspeex/config-speex.h b/apps/codecs/libspeex/config-speex.h
index f3b397f541..7e0672c150 100644
--- a/apps/codecs/libspeex/config-speex.h
+++ b/apps/codecs/libspeex/config-speex.h
@@ -74,7 +74,7 @@
74/* #undef HAVE_LIBWINMM */ 74/* #undef HAVE_LIBWINMM */
75 75
76/* Define to 1 if you have the <memory.h> header file. */ 76/* Define to 1 if you have the <memory.h> header file. */
77#define HAVE_MEMORY_H 1 77/* #define HAVE_MEMORY_H 1 */
78 78
79/* Define to 1 if you have the <stdint.h> header file. */ 79/* Define to 1 if you have the <stdint.h> header file. */
80#define HAVE_STDINT_H 1 80#define HAVE_STDINT_H 1