diff options
Diffstat (limited to 'src/unistd/confstr.c')
| -rw-r--r-- | src/unistd/confstr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/confstr.c b/src/unistd/confstr.c index 0cf00319..c6fd1523 100644 --- a/src/unistd/confstr.c +++ b/src/unistd/confstr.c @@ -2,7 +2,7 @@ #include <unistd.h> #include "errno.h" #include "string.h" -#include "nonstd/assert.h" +#include "../_assert.h" size_t confstr(int name, char *buf, size_t len) { |
