Fix a stupid typo -- bug found by Larry Doolittle.
[oweals/busybox.git] / dumpkmap.c
index b438ba2713333802e6f83e9c02400f2d274991de..b2067b30ca941b0e918423ae907e615c2a6896d3 100644 (file)
@@ -24,6 +24,9 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <stdio.h>
+#include <unistd.h>
+#include <string.h>
+#include <stdlib.h>
 #include <sys/ioctl.h>
 
 /* From <linux/kd.h> */