diff options
Diffstat (limited to 'braces.c')
-rw-r--r-- | braces.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ #if defined (BRACE_EXPANSION) #if defined (HAVE_UNISTD_H) +# ifdef _MINIX +# include <sys/types.h> +# endif # include <unistd.h> #endif |