summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>2022-12-11 16:16:11 -0800
committerJeremy Huddleston Sequoia <jeremyhu@apple.com>2022-12-11 16:23:45 -0800
commit48789de8089b8ea7a269894f81e28fe026a8e322 (patch)
tree6c254d8b80705d9b0ff5f88c32a69ad0b5864946
parent809774d4327a15605c7b353814fb50aec578a66e (diff)
xtlibproto.h: Add missing include for Xlib types
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> F Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
-rw-r--r--xts5/include/xtestlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xts5/include/xtestlib.h b/xts5/include/xtestlib.h
index f91ecfb1..d88d2d58 100644
--- a/xts5/include/xtestlib.h
+++ b/xts5/include/xtestlib.h
@@ -108,6 +108,8 @@ makes no representations about the suitability of this software for any
purpose. It is provided "as is" without express or implied warranty.
*/
+#include <X11/Xlib.h>
+#include <X11/Xutil.h>
/*
* Structure to define an area by position and size.