]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow bootstrapping mkimg on macOS/Linux
authorAlex Richardson <arichardson@FreeBSD.org>
Thu, 16 Jan 2020 14:14:55 +0000 (14:14 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Thu, 16 Jan 2020 14:14:55 +0000 (14:14 +0000)
commita9638453049babcd185f730126f50d4598dc7b16
tree25d895b27b4f30aa4bb862660b10eff221209cd9
parent80500f4ed62960fbcc78e27d8f6e60b3e430764e
Allow bootstrapping mkimg on macOS/Linux

On these systems the (u)int64_t typedefs will not be implicitly defined by the
previous includes, so include <stdint.h> in the header that uses uint64_t.

Reviewed By: brooks
Differential Revision: https://reviews.freebsd.org/D23202
usr.bin/mkimg/image.h