13 lines
398 B
Text
13 lines
398 B
Text
$NetBSD: patch-ac,v 1.3 2005/10/10 16:54:22 joerg Exp $
|
|
|
|
--- display/xf86dga/XF86VMode.c.orig 2005-07-31 00:44:11.000000000 +0000
|
|
+++ display/xf86dga/XF86VMode.c
|
|
@@ -34,7 +34,7 @@ from Kaleb S. KEITHLEY.
|
|
|
|
/* THIS IS NOT AN X CONSORTIUM STANDARD */
|
|
|
|
-#if defined(__FreeBSD__)
|
|
+#if defined(__FreeBSD__) || defined(__DragonFly__)
|
|
#include <sys/types.h>
|
|
#include <sys/time.h>
|
|
#include <unistd.h>
|