diff options
Diffstat (limited to 'src/fifo.cpp')
-rw-r--r-- | src/fifo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fifo.cpp b/src/fifo.cpp index f34bb91..f72e965 100644 --- a/src/fifo.cpp +++ b/src/fifo.cpp | |||
@@ -10,6 +10,7 @@ | |||
10 | #include <sys/types.h> | 10 | #include <sys/types.h> |
11 | #include <sys/stat.h> | 11 | #include <sys/stat.h> |
12 | #include <fcntl.h> | 12 | #include <fcntl.h> |
13 | #include <unistd.h> | ||
13 | 14 | ||
14 | namespace Bu { subExceptionDef( FifoException ) } | 15 | namespace Bu { subExceptionDef( FifoException ) } |
15 | 16 | ||