Revision: 1975
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1975&view=rev
Author: teuf
Date: 2008-05-24 02:18:24 -0700 (Sat, 24 May 2008)
Log Message:
-----------
Add missing #include unistd.h
Modified Paths:
--------------
libgpod/trunk/ChangeLog
libgpod/trunk/tools/hal-callout.c
Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog 2008-05-22 14:31:00 UTC (rev 1974)
+++ libgpod/trunk/ChangeLog 2008-05-24 09:18:24 UTC (rev 1975)
@@ -1,3 +1,9 @@
+2008-05-24 Christophe Fergeau <teuf at gnome.org>
+
+ Patch from Jacob Hoffman-Andrews <jsha at newview.org>
+
+ * tools/hal-callout.c: add missing #include <unistd.h>
+
2008-05-17 Jorg Schuler <jcsjcs at users.sourceforge.net>
* tests/test-covers.c: print more info (marginally)
Modified: libgpod/trunk/tools/hal-callout.c
===================================================================
--- libgpod/trunk/tools/hal-callout.c 2008-05-22 14:31:00 UTC (rev 1974)
+++ libgpod/trunk/tools/hal-callout.c 2008-05-24 09:18:24 UTC (rev 1975)
@@ -32,6 +32,9 @@
#endif
#include <stdlib.h>
#include <string.h>
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
#include <sys/mount.h>
#include <itdb.h>
#include <itdb_device.h>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2