aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac_cairo.m
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-10-31 13:00:11 +0100
committerDavid Robillard <d@drobilla.net>2020-10-31 13:00:11 +0100
commit5ee68d830ee376ff5cf2accd934907d0e27fd777 (patch)
treeda9375510aa3891b198076a0e6f0a8c8c2278666 /src/mac_cairo.m
parentf9923d7b76d5c121f06f861273e6caf8a286b19e (diff)
downloadpugl-5ee68d830ee376ff5cf2accd934907d0e27fd777.tar.gz
pugl-5ee68d830ee376ff5cf2accd934907d0e27fd777.tar.bz2
pugl-5ee68d830ee376ff5cf2accd934907d0e27fd777.zip
Fix Cairo build on Mac and Windows
Diffstat (limited to 'src/mac_cairo.m')
-rw-r--r--src/mac_cairo.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mac_cairo.m b/src/mac_cairo.m
index dd8fd36..1b5c667 100644
--- a/src/mac_cairo.m
+++ b/src/mac_cairo.m
@@ -23,7 +23,7 @@
#include "mac.h"
#include "stub.h"
-#include "pugl/pugl_cairo.h"
+#include "pugl/cairo.h"
#include <cairo-quartz.h>