From 35bed99ba9c107371de6325039b43d89b4763d86 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sat, 11 May 2002 03:47:15 +0000 Subject: NetBSD keeps des.h in /usr/include/openssl these days --- usr.sbin/ppp/chap_ms.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr.sbin/ppp/chap_ms.c') diff --git a/usr.sbin/ppp/chap_ms.c b/usr.sbin/ppp/chap_ms.c index f4a8d90967df..c7d1480f5d9c 100644 --- a/usr.sbin/ppp/chap_ms.c +++ b/usr.sbin/ppp/chap_ms.c @@ -36,7 +36,11 @@ #else #include #include +#ifdef __NetBSD__ +#include +#else #include +#endif #include #endif #include -- cgit v1.2.3