aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio/error.c
diff options
context:
space:
mode:
authorDan Cross <cross@gajendra.net>2025-07-25 11:37:39 -0400
committerDan Cross <cross@gajendra.net>2025-07-25 11:58:36 -0400
commit1e6e30e91e7a2712d9507072b5ff3b59a73e5dfe (patch)
tree4cbeff84fe7c087b3ed2171acd55e66593b684d9 /src/cmd/rio/error.c
parent655f7c3184fe2f1eb039211e689c2fe037fa8320 (diff)
rio: proper prototypes in `fns.h`
Use proper function prototypes in `fns.h`, that include argument type information.
Diffstat (limited to 'src/cmd/rio/error.c')
-rw-r--r--src/cmd/rio/error.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/rio/error.c b/src/cmd/rio/error.c
index fa2493f3..ce119726 100644
--- a/src/cmd/rio/error.c
+++ b/src/cmd/rio/error.c
@@ -5,6 +5,7 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xproto.h>
+#include <X11/extensions/shape.h>
#include "dat.h"
#include "fns.h"