summaryrefslogtreecommitdiff
path: root/x11-misc/whaw/files/whaw-0.2-fix-implicit-declaration-warning.patch
blob: 155233b4b183f77540660b8f31979db1b35d2d12 (plain)
1
2
3
4
5
6
7
8
9
10
--- whaw.c.orig	2014-05-15 12:11:22.404504530 +0400
+++ whaw.c	2014-05-15 12:11:43.004506325 +0400
@@ -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>