summaryrefslogtreecommitdiff
path: root/braces.c
diff options
context:
space:
mode:
Diffstat (limited to 'braces.c')
-rw-r--r--braces.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/braces.c b/braces.c
index a7d9db19..a6c3aa06 100644
--- a/braces.c
+++ b/braces.c
@@ -25,6 +25,9 @@
#if defined (BRACE_EXPANSION)
#if defined (HAVE_UNISTD_H)
+# ifdef _MINIX
+# include <sys/types.h>
+# endif
# include <unistd.h>
#endif