summaryrefslogtreecommitdiff
path: root/lib-src/update-game-score.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-03-30 20:00:51 +0300
committerEli Zaretskii <eliz@gnu.org>2013-03-30 20:00:51 +0300
commit7c4026b6ad03974a55a175af17c8e76c61931b69 (patch)
treeeac656e59e5aa55044323a4f7fbea7377fb83d0a /lib-src/update-game-score.c
parentfff1aa4e84d0568c0295711f58fa18028d100744 (diff)
downloademacs-7c4026b6ad03974a55a175af17c8e76c61931b69.tar.gz
Finished with lib-src compilation, except emacsclientw and emacsclient.res.
Next -- compilation in nt/, and then problems in src/.
Diffstat (limited to 'lib-src/update-game-score.c')
-rw-r--r--lib-src/update-game-score.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/update-game-score.c b/lib-src/update-game-score.c
index 29c81a8936c..ec8b4317770 100644
--- a/lib-src/update-game-score.c
+++ b/lib-src/update-game-score.c
@@ -46,6 +46,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <sys/stat.h>
#include <getopt.h>
+#ifdef WINDOWSNT
+#include "ntlib.h"
+#endif
+
#define MAX_ATTEMPTS 5
#define MAX_SCORES 200
#define MAX_DATA_LEN 1024