2011-08-05 20:21:13 +02:00
|
|
|
$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.
|
2006-01-15 21:34:13 +01:00
|
|
|
|
|
|
|
--- 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>
|