mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
db68adcd1a
- Get rid of libtool archives - Bump portrevision PR: ports/52380 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
14 lines
340 B
C
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
|