summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/fastmemcpy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/fastmemcpy.h b/libvo/fastmemcpy.h
index 83d3c4582f..605ad58adb 100644
--- a/libvo/fastmemcpy.h
+++ b/libvo/fastmemcpy.h
@@ -2,12 +2,12 @@
#define __MPLAYER_MEMCPY 1
#include "config.h"
+#include <inttypes.h>
#ifdef USE_FASTMEMCPY
#if defined(HAVE_MMX) || defined(HAVE_MMX2) || defined(HAVE_3DNOW) \
/* || defined(HAVE_SSE) || defined(HAVE_SSE2) */
#include <stddef.h>
-#include <inttypes.h>
extern void * fast_memcpy(void * to, const void * from, size_t len);
extern void * mem2agpcpy(void * to, const void * from, size_t len);