summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-06-03 14:37:48 +0000
committerChris Wilson <chris+github@qwirx.com>2007-06-03 14:37:48 +0000
commit1ab89d2bcda71194a5d3465d5078e9d01bcd520f (patch)
treecde55a52b82486a00e3a6a011dc051dd57a7d52d /lib
parent8a62484a39528b2921d0f3e39e263e3c26c85e13 (diff)
Add missing #include <errno.h>, thanks Tobias.
Diffstat (limited to 'lib')
-rw-r--r--lib/common/EventWatchFilesystemObject.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common/EventWatchFilesystemObject.cpp b/lib/common/EventWatchFilesystemObject.cpp
index 4282f1e3..84781113 100644
--- a/lib/common/EventWatchFilesystemObject.cpp
+++ b/lib/common/EventWatchFilesystemObject.cpp
@@ -9,6 +9,7 @@
#include "Box.h"
+#include <errno.h>
#include <fcntl.h>
#ifdef HAVE_UNISTD_H