From 5ce26d128178f27fea3ad2ce5cb9dc9c77834757 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 17 Sep 2017 20:33:53 +0300 Subject: Minor fix to filefuncs.c for Fedora compilation. --- extension/filefuncs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'extension/filefuncs.c') 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 #include -#include #ifdef HAVE_SYS_PARAM_H #include @@ -85,6 +84,8 @@ #include #endif +#include + #if defined(HAVE_SYS_STATVFS_H) && defined(HAVE_STATVFS) #include #endif -- cgit v1.2.3