From: Eli Zaretskii Date: Tue, 16 Apr 2002 20:05:08 +0000 (+0000) Subject: Move config.h before the other headers, to prevent compiler warnings X-Git-Tag: ttn-vms-21-2-B4~15573 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c42d6dbdbed85d0adc404b847119665c91f62fcf;p=emacs.git Move config.h before the other headers, to prevent compiler warnings due to redifinition of _FILE_OFFSET_BITS. --- 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