summaryrefslogtreecommitdiff
path: root/helper/helper.c
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-07 19:07:28 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-07 19:07:28 +0000
commit0456702b1708f0e15013b734db812886269edf38 (patch)
tree41ac049bf624f8d9e86844f583bad5cfe6d5ad28 /helper/helper.c
parent9e1623853e8a39ec7c25049c8e159f273e1c2db3 (diff)
Add prototype for XkbSetExtension() Add #include <ctype.h> for isspace() & isdigit() Add #include <grp.h> (for initgroups()) and remove extra * Add prototype for xorgGetVersion()
Diffstat (limited to 'helper/helper.c')
-rw-r--r--helper/helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper/helper.c b/helper/helper.c
index cd65b07..034019d 100644
--- a/helper/helper.c
+++ b/helper/helper.c
@@ -34,6 +34,7 @@ The Open Group.
#include <stdlib.h>
#include <stdio.h>
+#include <ctype.h>
#include <sys/stat.h>
#include <limits.h> /* for MAXHOSTNAMELEN */
/* and in case we didn't get it from the headers above */