mansearch.h uses uint64_t, so it needs stdint.h; found on Linux
authorschwarze <schwarze@openbsd.org>
Fri, 8 Aug 2014 17:17:42 +0000 (17:17 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 8 Aug 2014 17:17:42 +0000 (17:17 +0000)
usr.bin/mandoc/cgi.c

index 1ece1a7..f733a2d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: cgi.c,v 1.31 2014/07/25 21:05:38 schwarze Exp $ */
+/*     $Id: cgi.c,v 1.32 2014/08/08 17:17:42 schwarze Exp $ */
 /*
  * Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2014 Ingo Schwarze <schwarze@usta.de>
@@ -19,6 +19,7 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <limits.h>
+#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>