freebsd-ports/games/luola/files/patch-src__fs.h
Dmitry Marakasov dd5e9f5cac games/luola: fix build with -fno-common
PR:		264998
Submitted by:	fuz@fuz.su
2022-07-06 22:49:32 +03:00

10 lines
177 B
C

--- src/fs.h.orig 2006-01-31 17:46:24 UTC
+++ src/fs.h
@@ -25,6 +25,7 @@
#define FILESYSTEM_H
#include <stdio.h>
+#include <limits.h>
#include "SDL.h"
#include "ldat.h"