[augeas-devel] augeas: master - * src/augtool.c: add missing include for ctype.h

David Lutterkort lutter at fedoraproject.org
Fri Jun 12 00:24:01 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=701fe64fd98235696a78bf30202b838dbe7cd213
Commit:        701fe64fd98235696a78bf30202b838dbe7cd213
Parent:        370ad6147cb5c393a01c46893a526609f04556f6
Author:        Anders F Björklund <afb at users.sourceforge.net>
AuthorDate:    Thu Jun 11 14:12:52 2009 -0700
Committer:     David Lutterkort <lutter at redhat.com>
CommitterDate: Thu Jun 11 17:16:46 2009 -0700

* src/augtool.c: add missing include for ctype.h

Part of fix for ticket #66
---
 AUTHORS       |    1 +
 src/augtool.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index d378b0e..05df3c1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,6 +5,7 @@ Written by:
 Contributions by:
 
   Sylvain Baubeau  <bob at glumol.com>
+  Anders F Björklund <afb at users.sourceforge.net>
   Francois Deppierraz <francois.deppierraz at camptocamp.com>
   Dominique Dumont <dominique.dumont at hp.com>
   Free Ekanayaka   <free at 64studio.com>
diff --git a/src/augtool.c b/src/augtool.c
index 25c390c..be07484 100644
--- a/src/augtool.c
+++ b/src/augtool.c
@@ -29,6 +29,7 @@
 #include <argz.h>
 #include <getopt.h>
 #include <limits.h>
+#include <ctype.h>
 
 struct command {
     const char *name;




More information about the augeas-devel mailing list