diff --git a/read-cache.c b/read-cache.c
index 82a6238b7..053bcf191 100644
--- a/read-cache.c
+++ b/read-cache.c
@@ -1016,7 +1016,7 @@ int read_index_from(struct index_state *istate, const char *path)
 		 * extension name (4-byte) and section length
 		 * in 4-byte network byte order.
 		 */
-		unsigned long extsize;
+		uint32_t extsize;
 		memcpy(&extsize, (char *)mmap + src_offset + 4, 4);
 		extsize = ntohl(extsize);
 		if (read_index_extension(istate,