summaryrefslogtreecommitdiff
path: root/src/unistd/pipe.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-31 00:04:19 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-31 00:04:19 -0500
commit0df5a8fa0361e06a46240689d01665c1c59ef7c4 (patch)
tree5779de2aada743b9c5b610198b006083b2497956 /src/unistd/pipe.c
parent36bd6c283383851664bbe598601c99385e5dcd43 (diff)
remove last vestiges of _assert.h (now _safety.h)
Diffstat (limited to 'src/unistd/pipe.c')
-rw-r--r--src/unistd/pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/pipe.c b/src/unistd/pipe.c
index 8c8c5295..3018f04d 100644
--- a/src/unistd/pipe.c
+++ b/src/unistd/pipe.c
@@ -2,7 +2,7 @@
#include <sys/types.h>
#include <unistd.h>
-#include "_assert.h"
+#include "_safety.h"
#include "_syscall.h"
int pipe(int fildes[2])