Comment on kernel stuff
[oweals/busybox.git] / coreutils / uuencode.c
index 97801aa097ec8b400e029ab2478bd18a619038b0..e4fc1a0bc9d4385295da2255262f15ebbe7f1d75 100644 (file)
@@ -56,6 +56,7 @@
 
 #include <stdio.h>
 #include <errno.h>
+#include <getopt.h>
 #include <pwd.h>
 
 #define        RW (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)