summaryrefslogtreecommitdiff
path: root/usr.bin/window/lcmd2.c
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-08-01 22:01:39 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-08-01 22:01:39 +0000
commitaaf2ea778011805413a4efe8fafae8212af7cfdb (patch)
treeb4997d51bc85e67cacf0e502bd027670fb7f0d41 /usr.bin/window/lcmd2.c
parent7a14321ae0fa969b3b13d7f06f0ddc12bc09acab (diff)
another round of missing system includes
ok tedu@
Diffstat (limited to 'usr.bin/window/lcmd2.c')
-rw-r--r--usr.bin/window/lcmd2.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/window/lcmd2.c b/usr.bin/window/lcmd2.c
index ba3f52de454..4ef6c483473 100644
--- a/usr.bin/window/lcmd2.c
+++ b/usr.bin/window/lcmd2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lcmd2.c,v 1.8 2003/06/03 02:56:23 millert Exp $ */
+/* $OpenBSD: lcmd2.c,v 1.9 2003/08/01 22:01:37 david Exp $ */
/* $NetBSD: lcmd2.c,v 1.7 1995/09/29 00:44:04 cgd Exp $ */
/*
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)lcmd2.c 8.1 (Berkeley) 6/6/93";
#else
-static char rcsid[] = "$OpenBSD: lcmd2.c,v 1.8 2003/06/03 02:56:23 millert Exp $";
+static char rcsid[] = "$OpenBSD: lcmd2.c,v 1.9 2003/08/01 22:01:37 david Exp $";
#endif
#endif /* not lint */
@@ -49,6 +49,7 @@ static char rcsid[] = "$OpenBSD: lcmd2.c,v 1.8 2003/06/03 02:56:23 millert Exp $
#include "alias.h"
#include <sys/types.h>
#include <sys/resource.h>
+#include <stdio.h>
#include <string.h>
/*ARGSUSED*/