diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2012-06-09 17:49:13 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2012-06-09 17:49:13 +0000 |
commit | edebea6531d23e3adebfd6cad3f50bba7f2cfb33 (patch) | |
tree | 2711384950b28c5ebddc82653f3f50221d6a8f0f /apropos.c | |
parent | 0c8edcdc240b846686712afb6445c83a6ab85014 (diff) | |
download | mandoc-edebea6531d23e3adebfd6cad3f50bba7f2cfb33.tar.gz |
Allow compilation on Mac OSX.
Diffstat (limited to 'apropos.c')
-rw-r--r-- | apropos.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ #include <assert.h> #include <getopt.h> +#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |