Imported from ../bash-2.02.tar.gz.
[platform/upstream/bash.git] / bracecomp.c
index cca8d6c..f28570f 100644 (file)
@@ -28,6 +28,9 @@
 #include <stdio.h>
 
 #if defined (HAVE_UNISTD_H)
+#  ifdef _MINIX
+#    include <sys/types.h>
+#  endif
 #  include <unistd.h>
 #endif