summaryrefslogtreecommitdiff
path: root/graphics/libvideogfx/patches/patch-ad
blob: dd281f79fbe342c476447ff1597bbedf1ed63e70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ad,v 1.2 2011/08/05 18:21:13 wiz Exp $

Be nice and include sys/types.h before sys/ipc.h.

--- libvideogfx/x11/imgwin.cc.orig	2006-01-15 20:21:10.000000000 +0000
+++ libvideogfx/x11/imgwin.cc
@@ -19,6 +19,7 @@
 
 #include "config.h"
 
+#include <sys/types.h>
 #include <time.h>
 #include <sys/ipc.h>
 #include <sys/shm.h>