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"