Sat Feb 18 14:00:54 2017 UTC ()
Add missing include.


(joerg)
diff -r1.2 -r1.3 pkgsrc/games/toppler/distinfo
diff -r0 -r1.1 pkgsrc/games/toppler/patches/patch-highscore.cc

cvs diff -r1.2 -r1.3 pkgsrc/games/toppler/distinfo (expand / switch to unified diff)

--- pkgsrc/games/toppler/distinfo 2015/11/03 20:57:06 1.2
+++ pkgsrc/games/toppler/distinfo 2017/02/18 14:00:54 1.3
@@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
1$NetBSD: distinfo,v 1.2 2015/11/03 20:57:06 agc Exp $ 1$NetBSD: distinfo,v 1.3 2017/02/18 14:00:54 joerg Exp $
2 2
3SHA1 (toppler-1.1.6.tar.gz) = 9f3554a77fb3d6c11be3956b9bd84a31cae1956e 3SHA1 (toppler-1.1.6.tar.gz) = 9f3554a77fb3d6c11be3956b9bd84a31cae1956e
4RMD160 (toppler-1.1.6.tar.gz) = 45691ff9057e22e6aeea413fc77e27561bc46b95 4RMD160 (toppler-1.1.6.tar.gz) = 45691ff9057e22e6aeea413fc77e27561bc46b95
5SHA512 (toppler-1.1.6.tar.gz) = e0f6b7b72e38ba3402ba3608116fb51bf36cad129fb5591db62489829f4ed1ec49a4a3b7b1db4aaa34cd1561ee5228d91577f550aad2d55520ccefdff9bda9e9 5SHA512 (toppler-1.1.6.tar.gz) = e0f6b7b72e38ba3402ba3608116fb51bf36cad129fb5591db62489829f4ed1ec49a4a3b7b1db4aaa34cd1561ee5228d91577f550aad2d55520ccefdff9bda9e9
6Size (toppler-1.1.6.tar.gz) = 2117137 bytes 6Size (toppler-1.1.6.tar.gz) = 2117137 bytes
 7SHA1 (patch-highscore.cc) = d9687131477e699d7b356c6f37b7786cd0edb49e

File Added: pkgsrc/games/toppler/patches/patch-highscore.cc
$NetBSD: patch-highscore.cc,v 1.1 2017/02/18 14:00:54 joerg Exp $

--- highscore.cc.orig	2017-02-18 01:43:08.397167835 +0000
+++ highscore.cc
@@ -20,6 +20,7 @@
 #include "decl.h"
 #include "screen.h"
 
+#include <sys/stat.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>