diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/glob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/glob.h b/posix/glob.h index a5153e8e0e..07f2ac7744 100644 --- a/posix/glob.h +++ b/posix/glob.h @@ -29,6 +29,7 @@ __BEGIN_DECLS typedef __SIZE_TYPE__ __size_t; # if defined __USE_XOPEN || __USE_XOPEN2K8 typedef __SIZE_TYPE__ size_t; +# endif #else /* The GNU CC stddef.h version defines __size_t as empty. We need a real definition. */ |