From 9f85fadca801033e8873e918a52e80fd12426734 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 2 Jan 2023 17:22:55 -0500 Subject: Move attributes to a separate header --- src/x11.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/x11.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 -- cgit v1.2.1