diff --git a/appl/ftp/ftpd/logwtmp.c b/appl/ftp/ftpd/logwtmp.c index 0db35b712..5a4f0d5a7 100644 --- a/appl/ftp/ftpd/logwtmp.c +++ b/appl/ftp/ftpd/logwtmp.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * Copyright (c) 1995 - 2000 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -58,6 +58,7 @@ RCSID("$Id$"); #ifdef HAVE_UTMPX_H #include #endif +#include #include "extern.h" #ifndef WTMP_FILE diff --git a/appl/ftp/ftpd/popen.c b/appl/ftp/ftpd/popen.c index 316ef956b..e10b0bf7b 100644 --- a/appl/ftp/ftpd/popen.c +++ b/appl/ftp/ftpd/popen.c @@ -61,10 +61,9 @@ RCSID("$Id$"); #include #include #include - +#include #include "extern.h" -#include /* * Special version of popen which avoids call to shell. This ensures