getservbyport_r: fix wrong result if getnameinfo fails with EAI_OVERFLOW
[musl] / src / legacy / euidaccess.c
index 7307251..6e1f398 100644 (file)
@@ -1,7 +1,6 @@
 #define _GNU_SOURCE
 #include <unistd.h>
 #include <fcntl.h>
-#include "libc.h"
 
 int euidaccess(const char *filename, int amode)
 {