You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/whaw/files/whaw-0.2-fix-implicit-decla...

11 lines
284 B

--- 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>