pkgsrc/wm/qvwm/patches/patch-aa
agc a38e8e429f Initial import of qvwm-1.1.10 into the packages collection.
Provided in PR 13052 by Hiramatsu Yoshifumi (hiramatu@mil.allnet.ne.jp)

Qvwm is a Windows 95/98/NT like window manager for X Window System.
It allows Windows 95/98/NT users to use X Window System without
hesitation and X Window System users to use Windows 95/98/NT without
hesitation.
2001-05-30 14:30:48 +00:00

13 lines
360 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2001/05/30 14:30:48 agc Exp $
--- src/audiodev_sun.h.orig Mon Apr 23 05:56:47 2001
+++ src/audiodev_sun.h Mon Apr 23 05:57:04 2001
@@ -32,6 +32,8 @@
#include <sun/audioio.h>
#endif
+#include <sys/types.h>
+
#if (defined(sun) && defined(__SVR4)) || defined(__NetBSD__) || defined(__OpenBSD__)
#include <sys/audioio.h>
#endif