summaryrefslogtreecommitdiff
path: root/x11-misc/whaw/files/whaw-0.2-fix-implicit-declaration-warning.patch
blob: 6a7ec008466165f7a4058d9b259251147323cb93 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/whaw.c
+++ b/whaw.c
@@ -5,6 +5,7 @@
 #include <X11/cursorfont.h>
 #include <X11/extensions/Xinerama.h>
 #include <assert.h>
+#include <ctype.h>
 #include <popt.h>
 #include <stdbool.h>
 #include <stdio.h>