aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-01 11:44:53 +0100
committerDavid Robillard <d@drobilla.net>2020-03-01 20:32:27 +0100
commit2c4c565e1c92aa3a0f583e671502439abdeaf3ff (patch)
tree755f9a54518edf7d7b79b6c01cb9e98461259147 /test
parent3ea46107e7cebc8af0ea38a577137acd1aabde40 (diff)
downloadpugl-2c4c565e1c92aa3a0f583e671502439abdeaf3ff.tar.gz
pugl-2c4c565e1c92aa3a0f583e671502439abdeaf3ff.tar.bz2
pugl-2c4c565e1c92aa3a0f583e671502439abdeaf3ff.zip
Cleanup: Fix includes
Diffstat (limited to 'test')
-rw-r--r--test/pugl_gl3_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pugl_gl3_test.c b/test/pugl_gl3_test.c
index abcb977..e990c25 100644
--- a/test/pugl_gl3_test.c
+++ b/test/pugl_gl3_test.c
@@ -47,6 +47,7 @@
#include <math.h>
#include <stdbool.h>
+#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>