Imported from ../bash-2.02.tar.gz.
[platform/upstream/bash.git] / builtins / shift.def
index 293c31b..cc2a4f2 100644 (file)
@@ -24,6 +24,9 @@ $PRODUCES shift.c
 #include <config.h>
 
 #if defined (HAVE_UNISTD_H)
+#  ifdef _MINIX
+#    include <sys/types.h>
+#  endif
 #  include <unistd.h>
 #endif