summaryrefslogtreecommitdiffstats
path: root/apropos.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2012-06-09 17:49:13 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2012-06-09 17:49:13 +0000
commitedebea6531d23e3adebfd6cad3f50bba7f2cfb33 (patch)
tree2711384950b28c5ebddc82653f3f50221d6a8f0f /apropos.c
parent0c8edcdc240b846686712afb6445c83a6ab85014 (diff)
downloadmandoc-edebea6531d23e3adebfd6cad3f50bba7f2cfb33.tar.gz
Allow compilation on Mac OSX.
Diffstat (limited to 'apropos.c')
-rw-r--r--apropos.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apropos.c b/apropos.c
index 5c953c7d..dc7b5f48 100644
--- a/apropos.c
+++ b/apropos.c
@@ -21,6 +21,7 @@
#include <assert.h>
#include <getopt.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>