pkgsrc/graphics/libvideogfx/patches/patch-ad
2011-08-05 18:21:13 +00:00

14 lines
337 B
Text

$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>