aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-01-02 17:22:55 -0500
committerDavid Robillard <d@drobilla.net>2023-01-02 17:22:55 -0500
commit9f85fadca801033e8873e918a52e80fd12426734 (patch)
treec332f715ee517dc2a740fbad7fce3f8c3b32b2ee /src
parentbc50edc0c5bfc4f42289150c8b9f3556cb6bff5c (diff)
downloadpugl-9f85fadca801033e8873e918a52e80fd12426734.tar.gz
pugl-9f85fadca801033e8873e918a52e80fd12426734.tar.bz2
pugl-9f85fadca801033e8873e918a52e80fd12426734.zip
Move attributes to a separate header
Diffstat (limited to 'src')
-rw-r--r--src/internal.h1
-rw-r--r--src/x11.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/internal.h b/src/internal.h
index 066dc7e..0fb5f65 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -9,6 +9,7 @@
#include "attributes.h"
#include "types.h"
+#include "pugl/attributes.h"
#include "pugl/pugl.h"
#include <stddef.h>
diff --git a/src/x11.h b/src/x11.h
index 27cfb73..a34d698 100644
--- a/src/x11.h
+++ b/src/x11.h
@@ -7,6 +7,7 @@
#include "attributes.h"
#include "types.h"
+#include "pugl/attributes.h"
#include "pugl/pugl.h"
#include <X11/X.h>