Gitweb: http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=701fe64fd98235696a78bf30202b838dbe7cd213 Commit: 701fe64fd98235696a78bf30202b838dbe7cd213 Parent: 370ad6147cb5c393a01c46893a526609f04556f6 Author: Anders F Björklund <[email protected]> AuthorDate: Thu Jun 11 14:12:52 2009 -0700 Committer: David Lutterkort <[email protected]> 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 <[email protected]> + Anders F Björklund <[email protected]> Francois Deppierraz <[email protected]> Dominique Dumont <[email protected]> Free Ekanayaka <[email protected]> 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; _______________________________________________ augeas-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/augeas-devel
