From f2f1f8b0e871438ade85419ef3b7255e0120d312 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 5 May 1996 04:36:34 +0000 Subject: [PATCH] More config.h and other include files. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@490 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/common/glob.c | 5 +++++ lib/roken/glob.c | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/appl/ftp/common/glob.c b/appl/ftp/common/glob.c index 1da27750c..633c6881c 100644 --- a/appl/ftp/common/glob.c +++ b/appl/ftp/common/glob.c @@ -69,8 +69,13 @@ static char rcsid[] = "$NetBSD: glob.c,v 1.5 1995/02/27 04:13:35 cgd Exp $"; * Number of matches in the current invocation of glob. */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include +#include #include #include diff --git a/lib/roken/glob.c b/lib/roken/glob.c index 1da27750c..633c6881c 100644 --- a/lib/roken/glob.c +++ b/lib/roken/glob.c @@ -69,8 +69,13 @@ static char rcsid[] = "$NetBSD: glob.c,v 1.5 1995/02/27 04:13:35 cgd Exp $"; * Number of matches in the current invocation of glob. */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include +#include #include #include