]> code.delx.au - gnu-emacs/blobdiff - lib-src/update-game-score.c
* configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
[gnu-emacs] / lib-src / update-game-score.c
index 40397536fad4f65b91e30690a54fb26850bcf193..29c81a8936c2803c7c7465225c4b125b82886aeb 100644 (file)
@@ -1,6 +1,6 @@
 /* update-game-score.c --- Update a score file
 
-Copyright (C) 2002-201 Free Software Foundation, Inc.
+Copyright (C) 2002-2013 Free Software Foundation, Inc.
 
 Author: Colin Walters <walters@debian.org>
 
@@ -42,9 +42,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <time.h>
 #include <pwd.h>
 #include <ctype.h>
-#ifdef HAVE_FCNTL_H
 #include <fcntl.h>
-#endif
 #include <sys/stat.h>
 #include <getopt.h>