summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNicolas 'Pixel' Noble <pixel@nobis-crew.org>2013-01-17 00:03:02 -0800
committerNicolas 'Pixel' Noble <pixel@nobis-crew.org>2013-01-17 00:03:02 -0800
commit9c245e80a1076735bfe4c5c9d58d1ab242d4bd77 (patch)
tree9f958ef75909335863e6a36a552087af6f96d609 /src
parent93d83f045667a5bf620a8d17d1acc400f0b8e877 (diff)
Weird, I never had to add unistd.h here before...
Diffstat (limited to 'src')
-rw-r--r--src/Input.cc1
-rw-r--r--src/Output.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Input.cc b/src/Input.cc
index 5e8c36c..5525932 100644
--- a/src/Input.cc
+++ b/src/Input.cc
@@ -3,6 +3,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
+#include <unistd.h>
#include "Async.h"
#include "Input.h"
#include "Task.h"
diff --git a/src/Output.cc b/src/Output.cc
index 1f4c36f..1688ec7 100644
--- a/src/Output.cc
+++ b/src/Output.cc
@@ -3,6 +3,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
+#include <unistd.h>
#include "Async.h"
#include "Output.h"
#include "Task.h"