ldso: support DT_RELR relative relocation format
[musl] / src / legacy / getusershell.c
index f31f404..5fecdec 100644 (file)
@@ -1,7 +1,6 @@
 #define _GNU_SOURCE
 #include <stdio.h>
-#include <string.h>
-#include <stdlib.h>
+#include <unistd.h>
 
 static const char defshells[] = "/bin/sh\n/bin/csh\n";