diff options
Diffstat (limited to 'usr.bin/getcap/getcap.c')
-rw-r--r-- | usr.bin/getcap/getcap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/getcap/getcap.c b/usr.bin/getcap/getcap.c index 7fb81159a7d..df71e8f9860 100644 --- a/usr.bin/getcap/getcap.c +++ b/usr.bin/getcap/getcap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getcap.c,v 1.3 2009/10/27 23:59:38 deraadt Exp $ */ +/* $OpenBSD: getcap.c,v 1.4 2013/11/15 22:20:04 millert Exp $ */ /* * Copyright (c) 2005 Todd C. Miller <Todd.Miller@courtesan.com> @@ -20,6 +20,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <unistd.h> enum captype { boolean, |