aboutsummaryrefslogtreecommitdiff
path: root/samplesshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'samplesshd.c')
-rw-r--r--samplesshd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/samplesshd.c b/samplesshd.c
index 12ea7e2c..d51ac318 100644
--- a/samplesshd.c
+++ b/samplesshd.c
@@ -24,6 +24,7 @@ MA 02111-1307, USA. */
#include <libssh/server.h>
#include <unistd.h>
#include <string.h>
+#include <stdio.h>
int auth_password(char *user, char *password){
if(strcmp(user,"aris"))