From 15269ea3d17678c26e96433feefa2ad93d3c4891 Mon Sep 17 00:00:00 2001 From: J Shane Culpepper Date: Fri, 29 Sep 2000 23:38:09 +0000 Subject: Checking lots of little fixes to make the new RedHat 7.0 compiler work. 2000-09-29 J Shane Culpepper * 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. --- src/info2html/html.c | 1 + 1 file changed, 1 insertion(+) 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 #include +#include #include #include #include -- cgit v1.2.1