diff options
Diffstat (limited to 'usr.bin/mandoc/man_hash.c')
-rw-r--r-- | usr.bin/mandoc/man_hash.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/mandoc/man_hash.c b/usr.bin/mandoc/man_hash.c index b7d376fa2bf..506f997b909 100644 --- a/usr.bin/mandoc/man_hash.c +++ b/usr.bin/mandoc/man_hash.c @@ -1,4 +1,4 @@ -/* $Id: man_hash.c,v 1.6 2009/09/21 21:11:37 schwarze Exp $ */ +/* $Id: man_hash.c,v 1.7 2009/10/19 10:20:24 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se> * @@ -14,6 +14,8 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <sys/types.h> + #include <assert.h> #include <limits.h> #include <stdlib.h> |