pkgsrc-ng/games/xu4/patches/patch-src_menuitem_cpp
2013-09-26 17:14:40 +02:00

14 lines
317 B
Plaintext

$NetBSD: patch-src_menuitem_cpp,v 1.1 2012/05/23 06:35:17 dholland Exp $
Add missing header, fails on Linux.
--- src/menuitem.cpp~ 2005-08-22 05:36:37.000000000 +0000
+++ src/menuitem.cpp
@@ -3,4 +3,6 @@
*/
+#include <cstdio>
+
#include "vc6.h" // Fixes things if you're using VC6, does nothing if otherwise