Timeline: Add missing include of unistd.h.

pull/3/head
Jonathan Moore Liles 2012-05-30 21:22:48 -07:00
parent 66d7701655
commit a8a5638f6a
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ using namespace std;
#include <errno.h>
#include <unistd.h> // for symlink()
Audio_Sequence::Audio_Sequence ( Track *track, const char *name ) : Sequence( track )