aboutsummaryrefslogtreecommitdiff
path: root/src/canvas.c
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-07-12 00:15:24 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-07-12 00:21:30 +0100
commit3200b8f9db552db31fa90411c1ce7f851832d01c (patch)
tree340a0b4ec2e186e909b91147d09932e8f2019296 /src/canvas.c
parent0910ffd41a5a9481ef5c36f996a9c04ae1c1aa60 (diff)
downloadimv-3200b8f9db552db31fa90411c1ce7f851832d01c.tar.gz
Start replacing glfw with imv_window
Diffstat (limited to 'src/canvas.c')
-rw-r--r--src/canvas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/canvas.c b/src/canvas.c
index 74435cb..652a3ab 100644
--- a/src/canvas.c
+++ b/src/canvas.c
@@ -3,7 +3,7 @@
#include "image.h"
#include "log.h"
-#include <GLFW/glfw3.h>
+#include <GL/gl.h>
#include <assert.h>
#include <cairo/cairo.h>
#include <pango/pangocairo.h>