038ab80f16
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)
11 lines
237 B
C
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;
|
|
|