From 5aed1d477723f2affc0321e56c5b4c10e72fe04a Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 26 Apr 2008 00:13:03 +0000 Subject: [PATCH] tools/gst-run.c: Include conditionally on HAVE_UNISTD_H as elsewhere. Original commit message from CVS: Patch by Edward Hervey * tools/gst-run.c: Include conditionally on HAVE_UNISTD_H as elsewhere. --- ChangeLog | 6 ++++++ tools/gst-run.c | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index bf5b4ca..08c5151 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-04-25 Michael Smith + + Patch by Edward Hervey + * tools/gst-run.c: + Include conditionally on HAVE_UNISTD_H as elsewhere. + 2008-04-25 Wim Taymans * gst/gstbin.c: (gst_bin_class_init), (gst_bin_init), diff --git a/tools/gst-run.c b/tools/gst-run.c index 4c6dee3..ac6e64a 100644 --- a/tools/gst-run.c +++ b/tools/gst-run.c @@ -25,7 +25,9 @@ #include #include +#ifdef HAVE_UNISTD_H #include +#endif #include #include -- 2.7.4