aboutsummaryrefslogtreecommitdiff
path: root/src/fifo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fifo.cpp')
-rw-r--r--src/fifo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fifo.cpp b/src/fifo.cpp
index f72e965..1bbab37 100644
--- a/src/fifo.cpp
+++ b/src/fifo.cpp
@@ -5,7 +5,7 @@
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
6 */ 6 */
7 7
8#include "fifo.h" 8#include "bu/fifo.h"
9#include <errno.h> 9#include <errno.h>
10#include <sys/types.h> 10#include <sys/types.h>
11#include <sys/stat.h> 11#include <sys/stat.h>