fix debugger tracking of shared libraries on mips with PIE main program
[musl] / src / fcntl / fcntl.c
index ce615d0..d3bff5c 100644 (file)
@@ -3,7 +3,6 @@
 #include <stdarg.h>
 #include <errno.h>
 #include "syscall.h"
-#include "libc.h"
 
 int fcntl(int fd, int cmd, ...)
 {