From 1a206c9cbae62d103a9f6119b609222b14fdec0e Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 28 Oct 2005 17:46:37 -0700 Subject: [PATCH] --- yaml --- r: 11719 b: refs/heads/master c: 8afe31c9eb92389f091a40def9650278ca66befd h: refs/heads/master i: 11717: 3a7c1ca7afe17b5c2d178c4bb4473d8a1d587dcb 11715: c22ee49a6b515d4c7c04b86c763b8f1b78db9336 11711: f9d255fa7de98a245d9b13cf7299299589ee1244 v: v3 --- [refs] | 2 +- trunk/arch/ppc64/boot/string.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index aa27aa46394c..b410552d6ac7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 146c98782b57531ce6ba89dfa9d3771c0fd0a94d +refs/heads/master: 8afe31c9eb92389f091a40def9650278ca66befd diff --git a/trunk/arch/ppc64/boot/string.h b/trunk/arch/ppc64/boot/string.h index 9289258bcbd6..9fdff1cc0d70 100644 --- a/trunk/arch/ppc64/boot/string.h +++ b/trunk/arch/ppc64/boot/string.h @@ -1,5 +1,6 @@ #ifndef _PPC_BOOT_STRING_H_ #define _PPC_BOOT_STRING_H_ +#include extern char *strcpy(char *dest, const char *src); extern char *strncpy(char *dest, const char *src, size_t n);