including <ohash.h> requires including <stdint.h> beforehand;
authorschwarze <schwarze@openbsd.org>
Mon, 19 Oct 2015 18:58:20 +0000 (18:58 +0000)
committerschwarze <schwarze@openbsd.org>
Mon, 19 Oct 2015 18:58:20 +0000 (18:58 +0000)
noticed by Svyatoslav Mishyn <juef at openmailbox dot org>

usr.bin/mandoc/mandoc_ohash.c

index 464652a..0e01e35 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mandoc_ohash.c,v 1.1 2015/10/13 15:50:15 schwarze Exp $ */
+/*     $OpenBSD: mandoc_ohash.c,v 1.2 2015/10/19 18:58:20 schwarze Exp $ */
 /*
  * Copyright (c) 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
  *
@@ -16,6 +16,7 @@
  */
 #include <sys/types.h>
 #include <stddef.h>
+#include <stdint.h>
 #include <stdlib.h>
 
 #include "mandoc_aux.h"