From 5a4c87da3ac47eee8dfc7d3063cd82adc978f804 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 22 Aug 2000 19:04:42 +0000 Subject: Wall --- src/lib/libc/net/ethers.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/net/ethers.c') diff --git a/src/lib/libc/net/ethers.c b/src/lib/libc/net/ethers.c index 94ae5c996a..1124e43253 100644 --- a/src/lib/libc/net/ethers.c +++ b/src/lib/libc/net/ethers.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ethers.c,v 1.10 1998/11/18 23:28:54 deraadt Exp $ */ +/* $OpenBSD: ethers.c,v 1.11 2000/08/22 19:04:41 deraadt Exp $ */ /* * Copyright (c) 1998 Todd C. Miller @@ -34,7 +34,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: ethers.c,v 1.10 1998/11/18 23:28:54 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: ethers.c,v 1.11 2000/08/22 19:04:41 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include @@ -49,6 +49,9 @@ static char rcsid[] = "$OpenBSD: ethers.c,v 1.10 1998/11/18 23:28:54 deraadt Exp #include #include #include +#ifdef YP +#include +#endif #ifndef _PATH_ETHERS #define _PATH_ETHERS "/etc/ethers" -- cgit v1.2.3-55-g6feb