From 1e45081335120b0cbe92f665a95d16a7c5c69c0d Mon Sep 17 00:00:00 2001 From: Max Khon Date: Wed, 21 Nov 2001 20:40:21 +0000 Subject: [PATCH] fix compilation (include -> #include) --- lib/libc/gen/readpassphrase.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/gen/readpassphrase.c b/lib/libc/gen/readpassphrase.c index 162e3c14fcce..2f7023202aba 100644 --- a/lib/libc/gen/readpassphrase.c +++ b/lib/libc/gen/readpassphrase.c @@ -28,7 +28,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char rcsid[] = "$OpenBSD: readpassphrase.c,v 1.7 2001/08/07 19:34:11 millert Exp $"; #endif /* LIBC_SCCS and not lint */ -include +#include __FBSDID("$FreeBSD$"); #include "namespace.h"