Imported from ../bash-2.02.tar.gz.
[platform/upstream/bash.git] / builtins / getopt.c
index b5f8bc4..2fbcac7 100644 (file)
@@ -20,6 +20,9 @@
 #include <config.h>
 
 #if defined (HAVE_UNISTD_H)
+#  ifdef _MINIX
+#    include <sys/types.h>
+#  endif
 #  include <unistd.h>
 #endif