From 9d1a34e30b70e90a3b22cad136f1904a1d182021 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 11 Nov 2009 14:15:34 +0100 Subject: added missing config.h includes for extended LFS support All sources which might work with large files must include config.h, to get Large File Support on 32 bit platforms. --- src/fd_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fd_util.c') diff --git a/src/fd_util.c b/src/fd_util.c index f78b8ed8b..f2ec4fcb3 100644 --- a/src/fd_util.c +++ b/src/fd_util.c @@ -26,8 +26,8 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "config.h" /* must be first for large file support */ #include "fd_util.h" -#include "config.h" #if !defined(_GNU_SOURCE) && (defined(HAVE_PIPE2) || defined(HAVE_ACCEPT4)) #define _GNU_SOURCE -- cgit v1.2.3