changeset 44639:44995332ed1b

Move config.h before the other headers, to prevent compiler warnings due to redifinition of _FILE_OFFSET_BITS.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 16 Apr 2002 20:03:59 +0000
parents f493f98836cd
children d43cbde4216c
files lib-src/update-game-score.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <config.h>
+
 #include <unistd.h>
 #include <errno.h>
 #include <string.h>
@@ -42,7 +44,6 @@
 #include <fcntl.h>
 #include <stdarg.h>
 #include <sys/stat.h>
-#include <config.h>
 
 #define MAX_ATTEMPTS 5
 #define MAX_SCORES 200