1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/graphics/libggi/files/patch-display-xf86dga-XF86VMode.c
Pav Lucistnik db68adcd1a - Enable xf86dga
- Get rid of libtool archives
- Bump portrevision

PR:		ports/52380
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-12-09 00:01:39 +00:00

14 lines
340 B
C

--- display/xf86dga/XF86VMode.c.orig Wed Jan 15 09:29:40 2003
+++ display/xf86dga/XF86VMode.c Tue Dec 9 00:20:08 2003
@@ -36,6 +36,10 @@
/* THIS IS NOT AN X CONSORTIUM STANDARD */
+#include <sys/types.h>
+#include <sys/time.h>
+#include <unistd.h>
+
#define _POSIX_C_SOURCE 199309L
#if !defined (__OpenBSD__)
#define _POSIX_SOURCE