diff options
Diffstat (limited to 'extension/filefuncs.c')
-rw-r--r-- | extension/filefuncs.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extension/filefuncs.c b/extension/filefuncs.c index 9ca22de8..38542115 100644 --- a/extension/filefuncs.c +++ b/extension/filefuncs.c @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2001, 2004, 2005, 2010-2016 + * Copyright (C) 2001, 2004, 2005, 2010-2017 * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the @@ -73,7 +73,6 @@ #include <unistd.h> #include <sys/types.h> -#include <sys/stat.h> #ifdef HAVE_SYS_PARAM_H #include <sys/param.h> @@ -85,6 +84,8 @@ #include <sys/sysmacros.h> #endif +#include <sys/stat.h> + #if defined(HAVE_SYS_STATVFS_H) && defined(HAVE_STATVFS) #include <sys/statvfs.h> #endif |