]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/pipe.cpp
Add missing headers
[libs/core.git] / source / io / pipe.cpp
index c011cef54f86d6e8fb2adac02e6869e8e0422ef3..d1bc5c4177deb590e539bbf2f96087f15b64c770 100644 (file)
@@ -1,9 +1,10 @@
 #ifndef WIN32
 #include <fcntl.h>
 #include <errno.h>
+#include <unistd.h>
 #endif
 #include <msp/core/systemerror.h>
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include "handle_private.h"
 #include "pipe.h"