summaryrefslogtreecommitdiff
path: root/memcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'memcpy.c')
-rw-r--r--memcpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/memcpy.c b/memcpy.c
index b6bbb74..9e1e913 100644
--- a/memcpy.c
+++ b/memcpy.c
@@ -8,7 +8,7 @@
* This is a reasonably optimized memcpy() routine.
*/
-#include <string.h>
+#include "protos.h"
/*
* Note that the C code is written to be optimized into good assembly. However,