aboutsummaryrefslogtreecommitdiff
path: root/games/nlarn/files/patch-src_game.c
blob: 5b29cf868f8c27deccc36c1a17cb1d1a559f5f4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- src/game.c.orig	2020-05-23 06:13:27 UTC
+++ src/game.c
@@ -28,6 +28,7 @@
 #include <string.h>
 #include <zlib.h>
 #include <glib/gstdio.h>
+#include <unistd.h>
 
 #if (defined __unix) || (defined __unix__) || (defined __APPLE__)
 # include <sys/file.h>
@@ -42,7 +43,7 @@
 #include "config.h"
 #include "display.h"
 #include "game.h"
-#include "nlarn.h"
+#include "extdefs.h"
 #include "player.h"
 #include "spheres.h"
 #include "random.h"