From 371c8a0a711b617ab57c616a0c5c005e76e15637 Mon Sep 17 00:00:00 2001 From: green Date: Wed, 21 Nov 2001 15:33:40 +0000 Subject: Should also include namespace.h Submitted by: ru --- lib/libc/gen/readpassphrase.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/gen/readpassphrase.c b/lib/libc/gen/readpassphrase.c index ae32758..162e3c1 100644 --- a/lib/libc/gen/readpassphrase.c +++ b/lib/libc/gen/readpassphrase.c @@ -28,9 +28,10 @@ #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" #include #include #include @@ -41,6 +42,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include "un-namespace.h" char * readpassphrase(prompt, buf, bufsiz, flags) -- cgit v1.1