aboutsummaryrefslogtreecommitdiffstats
path: root/extension/filefuncs.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-09-17 20:35:20 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-09-17 20:35:20 +0300
commitad01d9f1b9c0b686a850e789d51b76ecdc459497 (patch)
tree066165cd0cd3ec6b71be518e97acee4d560fc74d /extension/filefuncs.c
parent52a73873a93202b5193413e195ab625a950f33d4 (diff)
parentbbe9adae884c1c2cc7687c74b9d3722f1f7f61e7 (diff)
downloadegawk-ad01d9f1b9c0b686a850e789d51b76ecdc459497.tar.gz
egawk-ad01d9f1b9c0b686a850e789d51b76ecdc459497.tar.bz2
egawk-ad01d9f1b9c0b686a850e789d51b76ecdc459497.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'extension/filefuncs.c')
-rw-r--r--extension/filefuncs.c5
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