diff options
-rw-r--r-- | include/glob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glob.h b/include/glob.h index 928b62e70..68ea2cb9c 100644 --- a/include/glob.h +++ b/include/glob.h @@ -156,7 +156,7 @@ typedef struct } glob64_t; #endif -#if __USE_FILE_OFFSET64 && __GNUC__ < 2 +#if defined(__USE_FILE_OFFSET64) && __GNUC__ < 2 # define glob glob64 # define globfree globfree64 #endif |