IMPORT: slz: use inttypes.h instead of stdint.h
authorWilly Tarreau <w@1wt.eu>
Fri, 14 May 2021 06:44:52 +0000 (08:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 14 May 2021 06:44:52 +0000 (08:44 +0200)
commit388fc2591543c64bd10a2b53b66004ba95a5b680
treec3ca32c7043614d768c4b29aafc731086c95a184
parentc5aa060643ee24357aa9df536047ee09a6c639c2
IMPORT: slz: use inttypes.h instead of stdint.h

stdint.h is not as portable as inttypes.h. It doesn't exist at least
on AIX 5.1 and Solaris 7, while inttypes.h is present there and does
include stdint.h on platforms supporting it.

This is equivalent to libslz upstream commit e36710a ("slz: use
inttypes.h instead of stdint.h")
include/import/slz.h
src/slz.c