commit | 388fc2591543c64bd10a2b53b66004ba95a5b680 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 14 08:44:52 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 14 08:44:52 2021 +0200 |
tree | c3ca32c7043614d768c4b29aafc731086c95a184 | |
parent | c5aa060643ee24357aa9df536047ee09a6c639c2 [diff] |
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")