diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 62c34cbdf..784d1750f 100644 --- a/src/main.c +++ b/src/main.c @@ -263,7 +263,8 @@ typedef enum { # if defined(_LP64) || defined(_LARGE_FILES) # define SIZEOF_OFF_T 8 # endif -# else +# endif +# ifndef SIZEOF_OFF_T # define SIZEOF_OFF_T 4 # endif #endif |