Include <string.h> for strcpy

This commit is contained in:
martin 2017-01-14 12:45:28 +00:00
parent 840c51e6d0
commit 56f34142db
1 changed files with 3 additions and 1 deletions

View File

@ -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);