1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Should also include namespace.h

Submitted by:	ru
This commit is contained in:
Brian Feldman 2001-11-21 15:33:40 +00:00
parent a939ced805
commit 70d2a9e100
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86733

View File

@ -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)