From 7862d8d80e8612b3e7285ce2fe3ec901fda05fe6 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 20 Dec 2022 12:21:37 -0800 Subject: configure: Use AC_SYS_LARGEFILE to enable large file support Also adds include of "config.h" before any other header files are included, to avoid mismatch of _FILE_OFFSET_BITS when processing other header files. Signed-off-by: Alan Coopersmith --- xbiff.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xbiff.c') diff --git a/xbiff.c b/xbiff.c index 5fcdb51..dbf90eb 100644 --- a/xbiff.c +++ b/xbiff.c @@ -30,6 +30,10 @@ from the X Consortium. */ /* $XFree86: xc/programs/xbiff/xbiff.c,v 1.3tsi Exp $ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include -- cgit v1.2.3