Files
ports/graphics/glfw/files/patch-tests_empty.c
T
Kurt Jaeger 038ab80f16 graphics/glfw: 3.0.4 -> 3.1.2
Version 3.1.2 adds fixes for a large number of bugs that together
affect all supported platforms, as well as dynamic loading work
that simplifies compilation and linking.

PR:		205460
Submitted by:	f.degner@gmx.de
Approved by:	koalative@gmail.com (maintainer timeout)
2016-02-11 02:57:55 +00:00

11 lines
237 B
C

--- tests/empty.c.orig 2015-01-20 03:12:31 UTC
+++ tests/empty.c
@@ -34,6 +34,7 @@
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
+#include <sys/time.h> /* CLOCK_REALTIME */
static volatile GLboolean running = GL_TRUE;