]> git.donarmstrong.com Git - lilypond.git/commitdiff
add unistd.h
authorhanwen <hanwen>
Tue, 9 May 2006 14:45:10 +0000 (14:45 +0000)
committerhanwen <hanwen>
Tue, 9 May 2006 14:45:10 +0000 (14:45 +0000)
ChangeLog
flower/file-name.cc

index 4f1baea185a0c9daeafd168f46d4fef5f57759d2..1da77d69e77edca6aaf3a195f6c91107110cf9ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * flower/file-name.cc: add unistd.h
+
        * scm/define-grob-properties.scm (all-internal-grob-properties):
        readd chord-tremolo.
 
index c9da4ecb1a4cd635bcf40a1ca42818103b8db063..7b51a33819382ea6e2c2f87e1a0047abd7b5805d 100644 (file)
@@ -9,6 +9,8 @@
 
 #include "file-name.hh"
 
+#include <unistd.h>
+
 #include <cstdio>
 #include <cerrno>
 using namespace std;