pkgsrc/games/koth/patches/patch-af

14 lines
276 B
Text
Raw Normal View History

2010-01-30 17:02:52 +01:00
$NetBSD: patch-af,v 1.1 2010/01/30 16:02:52 tnn Exp $
--- src/gfx.h.orig 2003-01-18 22:24:17.000000000 +0000
+++ src/gfx.h
@@ -20,6 +20,8 @@
#define _GFX_H_
#include <ggi/ggi.h>
+#include <inttypes.h>
+#define uint16 uint16_t
#include "player.h"
#include "terrain.h"