blob: 4ae6f74bf85f8b08a1e6f96276fc19c723033a1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.3 2008/07/15 14:31:12 ahoka Exp $
--- awesome-menu.c.orig 2008-06-24 09:05:44.000000000 +0200
+++ awesome-menu.c
@@ -29,6 +29,7 @@
#include <signal.h>
#include <unistd.h>
#include <stdlib.h>
+#include <ctype.h>
#include <dirent.h>
#include <pwd.h>
#include <sys/types.h>
|