From 9ff3586627cd3044062b384ee411154fcbe2fd6f Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Sat, 24 May 2008 09:18:24 +0000 Subject: Add missing #include unistd.h git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1975 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 6 ++++++ tools/hal-callout.c | 3 +++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3410497..994cba0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-05-24 Christophe Fergeau + + Patch from Jacob Hoffman-Andrews + + * tools/hal-callout.c: add missing #include + 2008-05-17 Jorg Schuler * tests/test-covers.c: print more info (marginally) diff --git a/tools/hal-callout.c b/tools/hal-callout.c index 39266fc..e7313fe 100644 --- a/tools/hal-callout.c +++ b/tools/hal-callout.c @@ -32,6 +32,9 @@ #endif #include #include +#ifdef HAVE_UNISTD_H +#include +#endif #include #include #include -- cgit