# HG changeset patch # User Eli Zaretskii # Date 1018987439 0 # Node ID 44995332ed1b989741ba12a2e2cfa7941f43ec62 # Parent f493f98836cd90a1f2cdc02193b35bc0844e7823 Move config.h before the other headers, to prevent compiler warnings due to redifinition of _FILE_OFFSET_BITS. diff -r f493f98836cd -r 44995332ed1b lib-src/update-game-score.c --- a/lib-src/update-game-score.c Tue Apr 16 18:55:27 2002 +0000 +++ b/lib-src/update-game-score.c Tue Apr 16 20:03:59 2002 +0000 @@ -31,6 +31,8 @@ #define _GNU_SOURCE +#include + #include #include #include @@ -42,7 +44,6 @@ #include #include #include -#include #define MAX_ATTEMPTS 5 #define MAX_SCORES 200