[gamin] [PATCH] [TRIVIAL] missing header in gam_inotify.c
- From: Benjamin Lee <benjaminlee users sf net>
- To: gamin-list gnome org
- Subject: [gamin] [PATCH] [TRIVIAL] missing header in gam_inotify.c
- Date: Wed, 20 Oct 2004 01:00:31 +1000
See attached.
Missing string.h header.
Using CVS gamin.
./configure --disable-debug
make CFLAGS='-g -O0 -Wall'
-Wall me baby.
--
Benjamin Lee
Melbourne, AU +61.4.16.BEN.LEE http://www.realthought.net/
__________________________________________________________________________
Rincewind formed a mental picture of some strange entity living in a castle
made of teeth. It was the kind of mental picture you tried to forget.
Unsuccessfully.
-- Terry Pratchett, "The Light Fantastic"
Index: server/gam_inotify.c
===================================================================
RCS file: /cvs/gnome/gamin/server/gam_inotify.c,v
retrieving revision 1.7
diff -u -r1.7 gam_inotify.c
--- server/gam_inotify.c 27 Sep 2004 09:53:41 -0000 1.7
+++ server/gam_inotify.c 19 Oct 2004 14:47:46 -0000
@@ -27,6 +27,7 @@
#include <signal.h>
#include <unistd.h>
#include <stdio.h>
+#include <string.h>
#include <glib.h>
#ifdef HAVE_LINUX_INOTIFY_H
#include <linux/inotify.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]