summaryrefslogtreecommitdiff
path: root/build/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'build/cmake')
-rw-r--r--build/cmake/config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in
index 3b82b24f..3a4a49ee 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -63,7 +63,7 @@ typedef long long int64_t;
* Similarly for int32_t
*/
#if !defined(HAVE_INT32_T) && SIZE_OF_INT == 4
-typedef long int32_t;
+typedef int int32_t;
#define HAVE_INT32_T
#endif