aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit684d974f356a1e07a9d8739dcd6cb5ba2c8b67c1 (patch)
tree320497acc4c32844f050a3e10f5b3591652740a0 /apropos.c
parent35b79d43ce6d6b5af392dac2be5b6dcf7505ae64 (diff)
downloadmandoc-684d974f356a1e07a9d8739dcd6cb5ba2c8b67c1.tar.gz
mandoc-684d974f356a1e07a9d8739dcd6cb5ba2c8b67c1.tar.zst
mandoc-684d974f356a1e07a9d8739dcd6cb5ba2c8b67c1.zip
Allow compilation on Mac OSX.
Diffstat (limited to 'apropos.c')
-rw-r--r--apropos.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apropos.c b/apropos.c
index 1f8c219f..ac56a961 100644
--- a/apropos.c
+++ b/apropos.c
@@ -1,4 +1,4 @@
-/* $Id: apropos.c,v 1.32 2012/06/09 14:11:15 kristaps Exp $ */
+/* $Id: apropos.c,v 1.33 2012/06/09 17:49:13 kristaps Exp $ */
/*
* Copyright (c) 2012 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -21,6 +21,7 @@
#include <assert.h>
#include <getopt.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>