summaryrefslogtreecommitdiff
path: root/firmware/libc/memcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/libc/memcpy.c')
-rw-r--r--firmware/libc/memcpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/libc/memcpy.c b/firmware/libc/memcpy.c
index a89ac3c557..c5456ab41f 100644
--- a/firmware/libc/memcpy.c
+++ b/firmware/libc/memcpy.c
@@ -33,7 +33,7 @@ QUICKREF
33 */ 33 */
34 34
35#include "config.h" 35#include "config.h"
36#include <_ansi.h> 36#include "_ansi.h" /* for _DEFUN */
37#include <string.h> 37#include <string.h>
38 38
39/* Nonzero if either X or Y is not aligned on a "long" boundary. */ 39/* Nonzero if either X or Y is not aligned on a "long" boundary. */