diff options
author | J Shane Culpepper <pepper@eazel.com> | 2000-09-29 23:38:11 +0000 |
---|---|---|
committer | J Shane Culpepper <pepper@src.gnome.org> | 2000-09-29 23:38:11 +0000 |
commit | 88145317f588dc26877a21b072397835f896287b (patch) | |
tree | 59dc510ebba20d47d5884784b2683503137b5a67 /libnautilus-extensions/nautilus-debug.c | |
parent | ce7f95eefac885c326347b995e55b1fba2b34c6e (diff) | |
download | nautilus-88145317f588dc26877a21b072397835f896287b.tar.gz |
Checking lots of little fixes to make the new RedHat 7.0 compiler work.
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.
Diffstat (limited to 'libnautilus-extensions/nautilus-debug.c')
-rw-r--r-- | libnautilus-extensions/nautilus-debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libnautilus-extensions/nautilus-debug.c b/libnautilus-extensions/nautilus-debug.c index e2c24651d..dc3ca62bd 100644 --- a/libnautilus-extensions/nautilus-debug.c +++ b/libnautilus-extensions/nautilus-debug.c @@ -28,6 +28,7 @@ #include <glib.h> #include <signal.h> #include <stdio.h> +#include <string.h> /* Raise a SIGINT signal to get the attention of the debugger. When not running under the debugger, we don't want to stop, |