Download raw body.
diff: stdint.h
On Sat, 14 Nov 2020 00:13:24 +0100, Christian Weisgerber wrote: > diff_output_edscript.c needs an include for uint8_t, as can been seen > when trying to build the new diff code on FreeBSD. > > The other files mostly use <inttypes.h>, so we could go with that. > Or we could move them all to <stdint.h>, since none of the additional > features of inttypes.h are used at all. I vote for moving them all to <stdint.h>. - todd
diff: stdint.h