pipe2: decouple from binary-io a bit
[gnulib.git] / lib / pipe2.c
index 3ab194e..9569073 100644 (file)
 #include <errno.h>
 #include <fcntl.h>
 
-#include "binary-io.h"
+#if GNULIB_BINARY_IO
+# include "binary-io.h"
+#endif
+
 #include "verify.h"
 
 #if GNULIB_defined_O_NONBLOCK