diff options
author | fluxgen <fluxgen> | 2002-01-06 13:38:16 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-06 13:38:16 (GMT) |
commit | 1a183cfa8d0eb4c496d6a407391e72662f8b9b27 (patch) | |
tree | 7cb74931b0abc14cf26d5e3b963bc93eecd5a369 /src | |
parent | 4d27bb40cae57bb96022561b36bcc53e69db5cf8 (diff) | |
download | fluxbox-1a183cfa8d0eb4c496d6a407391e72662f8b9b27.zip fluxbox-1a183cfa8d0eb4c496d6a407391e72662f8b9b27.tar.bz2 |
Added ctype.h include
Diffstat (limited to 'src')
-rw-r--r-- | src/StringUtil.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/StringUtil.cc b/src/StringUtil.cc index 6d4a582..2295784 100644 --- a/src/StringUtil.cc +++ b/src/StringUtil.cc | |||
@@ -24,6 +24,7 @@ | |||
24 | #include <stdlib.h> | 24 | #include <stdlib.h> |
25 | #include <string.h> | 25 | #include <string.h> |
26 | #include <stdio.h> | 26 | #include <stdio.h> |
27 | #include <ctype.h> | ||
27 | 28 | ||
28 | //------- strdup ------------------------ | 29 | //------- strdup ------------------------ |
29 | //TODO: comment this | 30 | //TODO: comment this |