summaryrefslogtreecommitdiff
path: root/src/su.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/su.c')
-rw-r--r--src/su.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/su.c b/src/su.c
index 3d00cf7b7..ddd267755 100644
--- a/src/su.c
+++ b/src/su.c
@@ -61,6 +61,7 @@
#include "system.h"
#include "dirname.h"
+#include "getpass.h"
#undef getusershell
@@ -120,7 +121,6 @@
#define DEFAULT_USER "root"
char *crypt ();
-char *getpass ();
char *getusershell ();
void endusershell ();
void setusershell ();