netinet/if_ether.h: add ETH_P_LLDP from linux v5.3
[musl] / src / ctype / isalnum.c
index 2214936..8018a2b 100644 (file)
@@ -1,5 +1,4 @@
 #include <ctype.h>
-#include "libc.h"
 
 int isalnum(int c)
 {