From c42d6dbdbed85d0adc404b847119665c91f62fcf Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 16 Apr 2002 20:05:08 +0000 Subject: [PATCH] Move config.h before the other headers, to prevent compiler warnings due to redifinition of _FILE_OFFSET_BITS. --- lib-src/ChangeLog | 5 +++++ lib-src/update-game-score.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 1ac735cde90..9bdf8a4fd49 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2002-04-16 Eli Zaretskii + + * update-game-score.c: Move config.h before the other headers, to + avoid compiler warnings. + 2002-04-16 Francesco Potorti` * etags.c (find_entries): Bug fix in list management. diff --git a/lib-src/update-game-score.c b/lib-src/update-game-score.c index 27e0baffe82..110c6a9e605 100644 --- a/lib-src/update-game-score.c +++ b/lib-src/update-game-score.c @@ -31,6 +31,8 @@ Boston, MA 02111-1307, USA. */ #define _GNU_SOURCE +#include + #include #include #include @@ -42,7 +44,6 @@ Boston, MA 02111-1307, USA. */ #include #include #include -#include #define MAX_ATTEMPTS 5 #define MAX_SCORES 200 -- 2.39.5