diff options
| author | christos <christos@NetBSD.org> | 2017-01-10 21:14:13 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2017-01-10 21:14:13 +0000 |
| commit | 89db0998ba6b4c7d169fb64b03c89b7b3dbbf90e (patch) | |
| tree | a47930d59bd474ae2ffd944bd6716789e6e8a82c /usr.bin/split | |
| parent | 88b14cd2b9221d8f2789a5b724c3933527f7921d (diff) | |
needs <sys/stat.h>
Diffstat (limited to 'usr.bin/split')
| -rw-r--r-- | usr.bin/split/split.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/split/split.c b/usr.bin/split/split.c index d8f6665c4f6..e538da1b600 100644 --- a/usr.bin/split/split.c +++ b/usr.bin/split/split.c @@ -1,4 +1,4 @@ -/* $NetBSD: split.c,v 1.26 2011/09/16 15:39:29 joerg Exp $ */ +/* $NetBSD: split.c,v 1.27 2017/01/10 21:14:13 christos Exp $ */ /* * Copyright (c) 1987, 1993, 1994 @@ -39,10 +39,11 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 1993, 1994\ #if 0 static char sccsid[] = "@(#)split.c 8.3 (Berkeley) 4/25/94"; #endif -__RCSID("$NetBSD: split.c,v 1.26 2011/09/16 15:39:29 joerg Exp $"); +__RCSID("$NetBSD: split.c,v 1.27 2017/01/10 21:14:13 christos Exp $"); #endif /* not lint */ #include <sys/param.h> +#include <sys/stat.h> #include <ctype.h> #include <err.h> |
