aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio/grab.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/grab.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/grab.c')
-rw-r--r--src/cmd/rio/grab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/rio/grab.c b/src/cmd/rio/grab.c
index 85aa570c..29b1e678 100644
--- a/src/cmd/rio/grab.c
+++ b/src/cmd/rio/grab.c
@@ -4,6 +4,7 @@
#include <X11/Xos.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
+#include <X11/extensions/shape.h>
#include "dat.h"
#include "fns.h"