diff options
Diffstat (limited to 'usr.bin/tn3270/ascii/mset.c')
-rw-r--r-- | usr.bin/tn3270/ascii/mset.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tn3270/ascii/mset.c b/usr.bin/tn3270/ascii/mset.c index 176992348dd..723a32150db 100644 --- a/usr.bin/tn3270/ascii/mset.c +++ b/usr.bin/tn3270/ascii/mset.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mset.c,v 1.5 2003/06/03 02:56:19 millert Exp $ */ +/* $OpenBSD: mset.c,v 1.6 2003/07/10 00:06:51 david Exp $ */ /*- * Copyright (c) 1988 The Regents of the University of California. @@ -37,7 +37,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)mset.c 4.2 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$OpenBSD: mset.c,v 1.5 2003/06/03 02:56:19 millert Exp $"; +static char rcsid[] = "$OpenBSD: mset.c,v 1.6 2003/07/10 00:06:51 david Exp $"; #endif /* not lint */ /* @@ -48,6 +48,7 @@ static char rcsid[] = "$OpenBSD: mset.c,v 1.5 2003/06/03 02:56:19 millert Exp $" */ #include <stdio.h> +#include <stdlib.h> #if defined(unix) #include <strings.h> #else /* defined(unix) */ |