diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-18 23:49:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-18 23:49:16 +0000 |
commit | 1b4f13da9f72873bc2f66c3b4e80c7c1b2813844 (patch) | |
tree | 95226e1baa42078c66d49bb2a7fe7996642b7417 /usr.bin/oldrdist/main.c | |
parent | ac46eee6259f4c45e7fe1e444b3fdf1ff8b7f2cd (diff) |
pull in missing includes
Diffstat (limited to 'usr.bin/oldrdist/main.c')
-rw-r--r-- | usr.bin/oldrdist/main.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/oldrdist/main.c b/usr.bin/oldrdist/main.c index f3191e523d0..3b5ab80c8a3 100644 --- a/usr.bin/oldrdist/main.c +++ b/usr.bin/oldrdist/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.14 2002/06/12 06:07:16 mpech Exp $ */ +/* $OpenBSD: main.c,v 1.15 2002/06/18 23:49:15 deraadt Exp $ */ /* * Copyright (c) 1983, 1993 @@ -41,10 +41,11 @@ static char copyright[] = #ifndef lint /* from: static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/9/93"; */ -static char *rcsid = "$OpenBSD: main.c,v 1.14 2002/06/12 06:07:16 mpech Exp $"; +static char *rcsid = "$OpenBSD: main.c,v 1.15 2002/06/18 23:49:15 deraadt Exp $"; #endif /* not lint */ #include <stdarg.h> +#include <libgen.h> #include "defs.h" #define NHOSTS 100 |