aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/generic/pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/generic/pipe.c')
-rw-r--r--sysdeps/unix/sysv/linux/generic/pipe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/generic/pipe.c b/sysdeps/unix/sysv/linux/generic/pipe.c
index 5d4a95f3e7..52f3231cb8 100644
--- a/sysdeps/unix/sysv/linux/generic/pipe.c
+++ b/sysdeps/unix/sysv/linux/generic/pipe.c
@@ -16,9 +16,8 @@
License along with the GNU C Library. If not, see
<https://www.gnu.org/licenses/>. */
-#include <errno.h>
#include <unistd.h>
-#include <stddef.h>
+#include <sysdep.h>
/* Create a one-way communication channel (__pipe).
If successful, two file descriptors are stored in PIPEDES;