aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac.m
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-06 21:01:12 -0400
committerDavid Robillard <d@drobilla.net>2022-06-08 22:01:15 -0400
commit8f505887090d0d6a16a0f3b06638fa297b9a4255 (patch)
tree28fb5c9fa2cc239f260ba207f923de2844b43488 /src/mac.m
parent27ce10b5039e931eaad33e9499a630552d4e1f06 (diff)
downloadpugl-8f505887090d0d6a16a0f3b06638fa297b9a4255.tar.gz
pugl-8f505887090d0d6a16a0f3b06638fa297b9a4255.tar.bz2
pugl-8f505887090d0d6a16a0f3b06638fa297b9a4255.zip
Separate platform.h from internal.h
This makes the internal header structure match the "kinds" of definition inside Pugl: common implementations of public API, things available internally to platform implementations, and things the platform must define.
Diffstat (limited to 'src/mac.m')
-rw-r--r--src/mac.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mac.m b/src/mac.m
index b2b36a5..ce156f5 100644
--- a/src/mac.m
+++ b/src/mac.m
@@ -7,6 +7,7 @@
#include "mac.h"
#include "internal.h"
+#include "platform.h"
#include "pugl/pugl.h"