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 | 684d974f356a1e07a9d8739dcd6cb5ba2c8b67c1 (patch) | |
| tree | 320497acc4c32844f050a3e10f5b3591652740a0 /apropos.c | |
| parent | 35b79d43ce6d6b5af392dac2be5b6dcf7505ae64 (diff) | |
| download | mandoc-684d974f356a1e07a9d8739dcd6cb5ba2c8b67c1.tar.gz mandoc-684d974f356a1e07a9d8739dcd6cb5ba2c8b67c1.zip | |
Allow compilation on Mac OSX.
Diffstat (limited to 'apropos.c')
| -rw-r--r-- | apropos.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |
