aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/cairo_gl.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-07-25 14:27:28 +0200
committerDavid Robillard <d@drobilla.net>2019-07-25 14:27:28 +0200
commit54b1d1131061ecc6fc3070982f1d1221ad80fc9c (patch)
tree6284d152adfd8847ff4060fef02e395def0181c0 /pugl/cairo_gl.h
parent64c66ce806f000103041402ea37a7d376c706bd7 (diff)
downloadpugl-54b1d1131061ecc6fc3070982f1d1221ad80fc9c.tar.gz
pugl-54b1d1131061ecc6fc3070982f1d1221ad80fc9c.tar.bz2
pugl-54b1d1131061ecc6fc3070982f1d1221ad80fc9c.zip
Add missing include
Diffstat (limited to 'pugl/cairo_gl.h')
-rw-r--r--pugl/cairo_gl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pugl/cairo_gl.h b/pugl/cairo_gl.h
index db61a26..7024ae6 100644
--- a/pugl/cairo_gl.h
+++ b/pugl/cairo_gl.h
@@ -20,6 +20,7 @@
#include <cairo.h>
#include <stdint.h>
+#include <stdlib.h>
typedef struct {
unsigned texture_id;