diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/replace/crypt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/replace/crypt.c b/lib/replace/crypt.c index 22341ce511..aeb8f6e941 100644 --- a/lib/replace/crypt.c +++ b/lib/replace/crypt.c @@ -46,11 +46,11 @@ #ifndef long32 -#define long32 int32 +#define long32 int32_t #endif #ifndef long64 -#define long64 int64 +#define long64 int64_t #endif #ifndef ufc_long |