summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2001-11-21 15:33:40 +0000
committergreen <green@FreeBSD.org>2001-11-21 15:33:40 +0000
commit371c8a0a711b617ab57c616a0c5c005e76e15637 (patch)
tree3a90b4cd4ba40c7942c9520f3cb3ee920e38d0fa /lib
parent6c0292d0cd0085466f08bae81a3ddd329079b4fb (diff)
downloadFreeBSD-src-371c8a0a711b617ab57c616a0c5c005e76e15637.zip
FreeBSD-src-371c8a0a711b617ab57c616a0c5c005e76e15637.tar.gz
Should also include namespace.h
Submitted by: ru
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/readpassphrase.c4
1 files changed, 3 insertions, 1 deletions
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 <sys/cdefs.h>
+include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include "namespace.h"
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
@@ -41,6 +42,7 @@ __FBSDID("$FreeBSD$");
#include <termios.h>
#include <unistd.h>
#include <readpassphrase.h>
+#include "un-namespace.h"
char *
readpassphrase(prompt, buf, bufsiz, flags)
OpenPOWER on IntegriCloud