diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/glob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/glob.h b/posix/glob.h index e4548f6f75..ae70fa7516 100644 --- a/posix/glob.h +++ b/posix/glob.h @@ -25,7 +25,7 @@ __BEGIN_DECLS /* We need `size_t' for the following definitions. */ #ifndef __size_t typedef __SIZE_TYPE__ __size_t; -# if defined __USE_XOPEN || __USE_XOPEN2K8 +# if defined __USE_XOPEN || defined __USE_XOPEN2K8 typedef __SIZE_TYPE__ size_t; # endif #else |