fix inadvertent introduction of extern object stx
[musl] / src / misc / pty.c
index b395d2c..b9cb5ea 100644 (file)
@@ -3,7 +3,6 @@
 #include <stdio.h>
 #include <fcntl.h>
 #include <errno.h>
-#include "libc.h"
 #include "syscall.h"
 
 int posix_openpt(int flags)