aboutsummaryrefslogtreecommitdiff
path: root/src/render_cpu.h
diff options
context:
space:
mode:
authorLeonard Kugis <leonardkugis@gmail.com>2018-01-31 23:30:33 +0100
committerLeonard Kugis <leonardkugis@gmail.com>2018-01-31 23:30:33 +0100
commit70d4ba8d3bfa3c5b219a8baf86d279adf5177d14 (patch)
treee8abd494366ecea9c1049f9ab28623dbf5cbb5d2 /src/render_cpu.h
parent4a7e84db9f956b1f1376c888a95e0e5c32a4ce9c (diff)
parentbe71fdbc86ac4ad86c48c083df3552a2ddce91e2 (diff)
Merge branch 'master' of https://collaborating.tuhh.de/cev7691/mandelbrot-zoom
Diffstat (limited to 'src/render_cpu.h')
-rw-r--r--src/render_cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render_cpu.h b/src/render_cpu.h
index 7abbdc4..5d32661 100644
--- a/src/render_cpu.h
+++ b/src/render_cpu.h
@@ -11,6 +11,7 @@
#include "defs.h"
#include <stdlib.h>
#include <GL/glut.h>
+#define HAVE_STRUCT_TIMESPEC
#include <pthread.h>
#include <time.h>
#include <math.h>