diff options
Diffstat (limited to '')
-rw-r--r-- | src/fifo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fifo.cpp b/src/fifo.cpp index ebea927..d1fa960 100644 --- a/src/fifo.cpp +++ b/src/fifo.cpp | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <fcntl.h> | 12 | #include <fcntl.h> |
13 | #include <unistd.h> | 13 | #include <unistd.h> |
14 | 14 | ||
15 | #include "win32_compatibility.h" | 15 | #include "bu/config.h" |
16 | 16 | ||
17 | namespace Bu { subExceptionDef( FifoException ) } | 17 | namespace Bu { subExceptionDef( FifoException ) } |
18 | 18 | ||