aboutsummaryrefslogtreecommitdiff
path: root/games/vavoom/files/patch-utils_acc_token.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/vavoom/files/patch-utils_acc_token.c')
-rw-r--r--games/vavoom/files/patch-utils_acc_token.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/vavoom/files/patch-utils_acc_token.c b/games/vavoom/files/patch-utils_acc_token.c
new file mode 100644
index 000000000000..6a23ff5f83ea
--- /dev/null
+++ b/games/vavoom/files/patch-utils_acc_token.c
@@ -0,0 +1,11 @@
+--- utils/acc/token.c.orig
++++ utils/acc/token.c
+@@ -10,7 +10,7 @@
+ #ifdef __NeXT__
+ #include <libc.h>
+ #else
+-#ifndef __linux__
++#if !defined(__linux__) && !defined(__FreeBSD__)
+ #include <io.h>
+ #endif
+ #include <fcntl.h>