diff options
-rw-r--r-- | mandoc_ohash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mandoc_ohash.c b/mandoc_ohash.c index 7fd4b712..67127f3b 100644 --- a/mandoc_ohash.c +++ b/mandoc_ohash.c @@ -16,6 +16,7 @@ */ #include <sys/types.h> #include <stddef.h> +#include <stdint.h> #include <stdlib.h> #include "mandoc_aux.h" |