summaryrefslogtreecommitdiff
path: root/emulators/vice/patches/patch-ad
blob: f62412b6b11ccaf8f9e45fe6e69f5a2160e2a1d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ad,v 1.14 2010/07/24 09:44:57 wiz Exp $

Fix build with current X headers.

--- src/arch/unix/x11/xaw/x11video.c.orig	2009-10-21 16:46:45.000000000 +0000
+++ src/arch/unix/x11/xaw/x11video.c
@@ -59,6 +59,8 @@
 #include <X11/Xutil.h>
 #include <X11/Intrinsic.h>
 #include <X11/cursorfont.h>
+#include <X11/Xmd.h>
+#include <X11/extensions/shmproto.h>
 
 #include <stdio.h>
 #include <stdlib.h>