From 92e24cae77ce15e8363424f81c34a3dbbba7c00c Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 19 Sep 2000 13:17:20 +0000 Subject: [PATCH] add roken.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9079 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/logwtmp.c | 3 ++- appl/ftp/ftpd/popen.c | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) 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