From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Wed, 8 Jun 2005 22:44:24 +0000 (+0000)
Subject: add unistd.h
X-Git-Tag: release/2.5.30~23
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4e8899ed948c776ea0e9d450e45fc73e1d1d4274;p=lilypond.git

add unistd.h
---

diff --git a/ChangeLog b/ChangeLog
index 1cebd1ba76..eb035eeeb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+	* lily/lily-parser-scheme.cc: add unistd.h
+
 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
 	* scm/editor.scm: add char argument.
diff --git a/lily/lily-parser-scheme.cc b/lily/lily-parser-scheme.cc
index 0563d403c0..093c9c3ae6 100644
--- a/lily/lily-parser-scheme.cc
+++ b/lily/lily-parser-scheme.cc
@@ -6,6 +6,8 @@
   (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
+#include <unistd.h>
+
 #include "file-name.hh"
 #include "file-path.hh"
 #include "main.hh"