mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Should also include namespace.h
Submitted by: ru
This commit is contained in:
parent
a939ced805
commit
70d2a9e100
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue