diff options
Diffstat (limited to 'libc/stdlib/grantpt.c')
-rw-r--r-- | libc/stdlib/grantpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/grantpt.c b/libc/stdlib/grantpt.c index 63f423b8f..7aa49fcd5 100644 --- a/libc/stdlib/grantpt.c +++ b/libc/stdlib/grantpt.c @@ -63,4 +63,4 @@ grantpt (int fd) } #define grantpt __unix_grantpt -#include <unix_grantpt.c> +#include "unix_grantpt.c" |