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

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