Imported from ../bash-2.02.tar.gz.
[platform/upstream/bash.git] / builtins / enable.def
index 049a7f0..61ea109 100644 (file)
@@ -42,6 +42,9 @@ $END
 #include <config.h>
 
 #if defined (HAVE_UNISTD_H)
+#  ifdef _MINIX
+#    include <sys/types.h>
+#  endif
 #  include <unistd.h>
 #endif