From 63eb4412e370bee2ca3a8ba2d6008feecbd4f75e Mon Sep 17 00:00:00 2001 From: Pavel Cisler Date: Wed, 21 Feb 2001 08:13:12 +0000 Subject: Fix broken build - add the right includes that got dropped by GnomeVFS 2001-02-21 Pavel Cisler * components/help/help-method.c: Fix broken build - add the right includes that got dropped by GnomeVFS header file shuffle. --- ChangeLog | 12 ++++++++---- components/help/help-method.c | 1 + 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9ab0c8f47..f21c528a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-02-21 Pavel Cisler + + * components/help/help-method.c: + + Fix broken build - add the right includes that got dropped by + GnomeVFS header file shuffle. + 2001-02-20 John Harper reviewed by Maciej Stachowiak @@ -144,10 +151,7 @@ fixed bug 6804, resizing sidebar crashes summary view. Fixed by adding a check to not draw the label when it's position is past the right edge of the pixbuf. - - * src/nautilus-first-time-druid.c: - had to add an include of signal.h to get this to build for me. - + 2001-02-20 Eskil Heyn Olsen reviewed in part by: Robey Pointer diff --git a/components/help/help-method.c b/components/help/help-method.c index a9c0a9a97..35c6da1d8 100644 --- a/components/help/help-method.c +++ b/components/help/help-method.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include -- cgit v1.2.1