openbsd-ports/multimedia/xine-ui/patches/patch-src_xitk_event_c

15 lines
297 B
Plaintext
Raw Normal View History

$OpenBSD: patch-src_xitk_event_c,v 1.1.1.1 2006/03/24 22:46:37 jakemsr Exp $
--- src/xitk/event.c.orig Sat Jul 23 19:40:37 2005
+++ src/xitk/event.c Sat Dec 24 21:41:58 2005
@@ -47,6 +47,10 @@
#define STEP_SIZE 256
+#ifndef PRIi64
+#define PRIi64 "ld"
+#endif
+
/*
* global variables
*/