diff options
Diffstat (limited to 'src/common/torint.h')
-rw-r--r-- | src/common/torint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/torint.h b/src/common/torint.h index cb6fff1a51..96464a29ad 100644 --- a/src/common/torint.h +++ b/src/common/torint.h @@ -250,3 +250,4 @@ typedef uint32_t uintptr_t; #define SIZE_T_CEILING (sizeof(char)<<(sizeof(size_t)*8 - 1)) #endif /* __TORINT_H */ + |