freebsd-ports/games/toppler/files/patch-highscore.cc
Martin Wilke 20611bfd39 - Update to 1.1.4
PR:		141815
Submitted by:	Ports Fury
2009-12-22 11:25:25 +00:00

10 lines
255 B
C++

--- highscore.cc.orig 2009-10-11 08:46:06.000000000 +0900
+++ highscore.cc 2009-11-16 01:09:40.000000000 +0900
@@ -24,6 +24,7 @@
#include <string.h>
#include <stdio.h>
#include <fcntl.h>
+#include <sys/stat.h>
#include <unistd.h>
#ifdef __QNXNTO__