From 88f0c3bfa7773999d2a6dfd1123c95f019e87d84 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 9 Nov 2007 08:42:55 +0100 Subject: r25912: Two patches Hi! Can you check and push them? Thanks, Volker From b488af5905e2dee12a1a72a3b40801ae5c26f24f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 27 Oct 2007 14:20:09 +0200 Subject: [PATCH] Fix some warnings and errors merge from v3-2-test commit e17d3e10e860c96b6d5208e5fe51e43b8e58c174 (This used to be commit 4087731e1b4e97017c0f5659e6659e8181d8e038) --- source4/lib/replace/getpass.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/replace') diff --git a/source4/lib/replace/getpass.c b/source4/lib/replace/getpass.c index 1d13461573..d91d029f6a 100644 --- a/source4/lib/replace/getpass.c +++ b/source4/lib/replace/getpass.c @@ -21,6 +21,7 @@ not, see . */ #include "system/filesys.h" #include "system/wait.h" #include "system/terminal.h" +#include "system/passwd.h" /* * Define additional missing types -- cgit