diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-11 15:54:51 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-11 15:54:51 +0800 |
commit | 4d5ebbc363352f20b4ffa21311f0db0df5d8023c (patch) | |
tree | 6428f01724754c54474cdf27ae26613613513d69 /e-util/e-util.c | |
parent | 70f69f3e0decff6f41edba68a807b9a4789625fe (diff) | |
download | gsoc2013-evolution-4d5ebbc363352f20b4ffa21311f0db0df5d8023c.tar gsoc2013-evolution-4d5ebbc363352f20b4ffa21311f0db0df5d8023c.tar.gz gsoc2013-evolution-4d5ebbc363352f20b4ffa21311f0db0df5d8023c.tar.bz2 gsoc2013-evolution-4d5ebbc363352f20b4ffa21311f0db0df5d8023c.tar.lz gsoc2013-evolution-4d5ebbc363352f20b4ffa21311f0db0df5d8023c.tar.xz gsoc2013-evolution-4d5ebbc363352f20b4ffa21311f0db0df5d8023c.tar.zst gsoc2013-evolution-4d5ebbc363352f20b4ffa21311f0db0df5d8023c.zip |
Included a missing #include.
2000-10-11 Christopher James Lahey <clahey@helixcode.com>
* gal/util/e-util.c: Included a missing #include.
* gal/util/e-xml-utils.c, gal/util/e-xml-utils.h: Added
e_xml_get_bool_prop_by_name, e_xml_set_bool_prop_by_name, and
e_xml_get_translated_string_prop_by_name. Reindented prototypes.
svn path=/trunk/; revision=5835
Diffstat (limited to 'e-util/e-util.c')
-rw-r--r-- | e-util/e-util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-util.c b/e-util/e-util.c index 0363f3e201..83fe45881d 100644 --- a/e-util/e-util.c +++ b/e-util/e-util.c @@ -26,6 +26,7 @@ #include <fcntl.h> #include <unistd.h> #include <ctype.h> +#include <sys/stat.h> #include <string.h> #include "e-util.h" |