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