dspinellis / dgsh

Shell supporting pipelines to and from multiple processes
http://www.spinellis.gr/sw/dgsh/
Other
323 stars 22 forks source link

dgsh-httpval: fix build with Glibc 2.26 #98

Closed MingcongBai closed 6 years ago

MingcongBai commented 6 years ago

Add #include <inttypes.h> fixes build with Glibc 2.26.

dspinellis commented 6 years ago

Thank you! If the problem is intmax_t, then I think you want to include stdint.h.

MingcongBai commented 6 years ago

Fixed.