From d77db38a99c37922b14991741a09951af3b0c621 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 15 Nov 2013 22:20:05 +0000 Subject: Include unistd.h as it is the standard location for getopt(). --- usr.bin/lam/lam.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/lam') diff --git a/usr.bin/lam/lam.c b/usr.bin/lam/lam.c index 3e5c8df75c0..231d25dfebe 100644 --- a/usr.bin/lam/lam.c +++ b/usr.bin/lam/lam.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lam.c,v 1.14 2009/10/27 23:59:39 deraadt Exp $ */ +/* $OpenBSD: lam.c,v 1.15 2013/11/15 22:20:04 millert Exp $ */ /* $NetBSD: lam.c,v 1.2 1994/11/14 20:27:42 jtc Exp $ */ /*- @@ -42,6 +42,7 @@ #include #include #include +#include #define BIGBUFSIZ 5 * BUFSIZ -- cgit v1.2.3