diff options
-rw-r--r-- | lib/config-dos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/config-dos.h b/lib/config-dos.h index 863539b73..bb0315e2c 100644 --- a/lib/config-dos.h +++ b/lib/config-dos.h @@ -67,6 +67,7 @@ #define SIZEOF_INT 4 #define SIZEOF_LONG_DOUBLE 16 #define SIZEOF_SHORT 2 +#define SIZEOF_SIZE_T 4 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 |