summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ Shane Culpepper <pepper@eazel.com>2000-09-29 23:38:09 +0000
committerJ Shane Culpepper <pepper@src.gnome.org>2000-09-29 23:38:09 +0000
commit15269ea3d17678c26e96433feefa2ad93d3c4891 (patch)
tree46cd1c124d22e0860fd0d123745484944ee27a39
parent3298f01fc455741ed6ab69a0e3e15177f704c90d (diff)
downloadyelp-nautilus-uih-merge.tar.gz
2000-09-29 J Shane Culpepper <pepper@eazel.com> * components/help/converters/gnome-info2html2/html.c: * components/music/mpg123_handler.h: * components/services/trilobite/libtrilobite/trilobite-core-utils.c : (trilobite_open_uri), (trilobite_debug): * components/services/trilobite/libtrilobite/trilobite-core-utils.h : * components/tree/nautilus-tree-model.c: * libnautilus-extensions/nautilus-ctree.c: * libnautilus-extensions/nautilus-debug.c: * libnautilus-extensions/nautilus-directory-background.h: * libnautilus-extensions/nautilus-horizontal-splitter.c: * libnautilus-extensions/nautilus-self-checks.c: * libnautilus-extensions/nautilus-user-level-manager.c: * src/nautilus-main.h: Checking lots of little fixes to make the new RedHat 7.0 compiler work. Mostly newlines and including string.h and/or stdlib.h. Serveral functions like strcmp are not inlined anymore. the mozilla component and rpm related code still doesn't build but all dependencies work now too.
-rw-r--r--src/info2html/html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/info2html/html.c b/src/info2html/html.c
index ebeaa7e3..31db2e2c 100644
--- a/src/info2html/html.c
+++ b/src/info2html/html.c
@@ -2,6 +2,7 @@
#include <config.h>
#include <stdio.h>
+#include <stdlib.h>
#include <unistd.h>
#include <ctype.h>
#include <sys/stat.h>