diff options
| author | drochner <drochner@NetBSD.org> | 2007-02-08 21:36:58 +0000 |
|---|---|---|
| committer | drochner <drochner@NetBSD.org> | 2007-02-08 21:36:58 +0000 |
| commit | 628f1591c15bb912dce2b4a2f209de50c4293743 (patch) | |
| tree | de0c68a18c0c097b2f98bd0605ca0ca98e2cb562 /sbin/newfs_msdos | |
| parent | c888080e0e44c2e4e29823112c8e5509def3df0a (diff) | |
include <signal.h> where signal(3) is used
Diffstat (limited to 'sbin/newfs_msdos')
| -rw-r--r-- | sbin/newfs_msdos/newfs_msdos.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/newfs_msdos/newfs_msdos.c b/sbin/newfs_msdos/newfs_msdos.c index 82e4eae1a0d..389f288b733 100644 --- a/sbin/newfs_msdos/newfs_msdos.c +++ b/sbin/newfs_msdos/newfs_msdos.c @@ -1,4 +1,4 @@ -/* $NetBSD: newfs_msdos.c,v 1.25 2007/01/21 20:45:41 cbiere Exp $ */ +/* $NetBSD: newfs_msdos.c,v 1.26 2007/02/08 21:36:58 drochner Exp $ */ /* * Copyright (c) 1998 Robert Nordier @@ -33,7 +33,7 @@ static const char rcsid[] = "$FreeBSD: src/sbin/newfs_msdos/newfs_msdos.c,v 1.15 2000/10/10 01:49:37 wollman Exp $"; #else -__RCSID("$NetBSD: newfs_msdos.c,v 1.25 2007/01/21 20:45:41 cbiere Exp $"); +__RCSID("$NetBSD: newfs_msdos.c,v 1.26 2007/02/08 21:36:58 drochner Exp $"); #endif #endif /* not lint */ @@ -58,6 +58,7 @@ __RCSID("$NetBSD: newfs_msdos.c,v 1.25 2007/01/21 20:45:41 cbiere Exp $"); #include <string.h> #include <time.h> #include <unistd.h> +#include <signal.h> #ifdef __NetBSD__ #include <disktab.h> #include <util.h> |
