summaryrefslogtreecommitdiff
path: root/graphics/libvideogfx/patches/patch-ac
blob: d06f5bdd18d23a4efb93e411d76cbadac96e3c17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ac,v 1.2 2010/06/12 14:05:40 wiz Exp $

--- libvideogfx/x11/dispimg.cc.orig	2002-05-27 14:02:43.000000000 +0000
+++ libvideogfx/x11/dispimg.cc
@@ -19,6 +19,7 @@
 
 #include "config.h"
 
+#include <sys/types.h>
 #include <assert.h>
 #include <time.h>
 #include <sys/ipc.h>
@@ -32,6 +33,8 @@ using namespace std;
 
 namespace X11 {
 #include <X11/Xlib.h>
+#include <X11/Xmd.h>
+#include <X11/extensions/shmproto.h>
 #include <X11/extensions/XShm.h>
 #include <X11/Xutil.h>