CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/03 04:29:01
Modified files:
usr.bin/mandoc : tag.c
Log message:
#include <stdint.h> because that is needed before #include <ohash.h>;
fixing a build failure of mandoc-portable on Arch Linux
reported by Stephen Gregoratto <dev at sgregoratto dot me>.
