diff options
Diffstat (limited to 'src/unistd/pipe.c')
-rw-r--r-- | src/unistd/pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/pipe.c b/src/unistd/pipe.c index 26e97dea..394b1846 100644 --- a/src/unistd/pipe.c +++ b/src/unistd/pipe.c @@ -1,7 +1,7 @@ #include "stddef.h" #include "sys/types.h" #include <unistd.h> -#include "nonstd/assert.h" +#include "../_assert.h" #include "../_syscall.h" int pipe(int fildes[2]) |