Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/stand/bootimx23 Include <string.h> for strcpy



details:   https://anonhg.NetBSD.org/src/rev/c3e188cbfe23
branches:  trunk
changeset: 820746:c3e188cbfe23
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Jan 14 12:45:28 2017 +0000

description:
Include <string.h> for strcpy

diffstat:

 sys/arch/evbarm/stand/bootimx23/args_prep.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3845ec4936c3 -r c3e188cbfe23 sys/arch/evbarm/stand/bootimx23/args_prep.c
--- a/sys/arch/evbarm/stand/bootimx23/args_prep.c       Sat Jan 14 12:00:13 2017 +0000
+++ b/sys/arch/evbarm/stand/bootimx23/args_prep.c       Sat Jan 14 12:45:28 2017 +0000
@@ -1,4 +1,4 @@
-/* $Id: args_prep.c,v 1.1 2013/02/23 16:22:39 jkunz Exp $ */
+/* $Id: args_prep.c,v 1.2 2017/01/14 12:45:28 martin Exp $ */
 
 /*
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -82,6 +82,8 @@
 #include <arm/imx/imx23_digctlreg.h>
 #include <arm/imx/imx23_uartdbgreg.h>
 
+#include <string.h>
+
 #include "common.h"
 
 static void ngets(char *, int);



Home | Main Index | Thread Index | Old Index