From f23be04b991703df30ec3b15d3ec6dca41954ad4 Mon Sep 17 00:00:00 2001 From: minoura Date: Mon, 6 Nov 2000 07:48:28 +0000 Subject: [PATCH] #include for strlen() and strcpy(). --- sbin/wdogctl/wdogctl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbin/wdogctl/wdogctl.c b/sbin/wdogctl/wdogctl.c index c583339840fb..5c1a5486d34e 100644 --- a/sbin/wdogctl/wdogctl.c +++ b/sbin/wdogctl/wdogctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: wdogctl.c,v 1.1 2000/11/04 18:53:30 thorpej Exp $ */ +/* $NetBSD: wdogctl.c,v 1.2 2000/11/06 07:48:28 minoura Exp $ */ /*- * Copyright (c) 2000 Zembu Labs, Inc. @@ -46,6 +46,7 @@ #include #include #include +#include #define _PATH_WATCHDOG "/dev/watchdog"