summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/var.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-02-19 20:07:59 +0000
committerimp <imp@FreeBSD.org>2009-02-19 20:07:59 +0000
commita95a0aafc4f4312f1ddef311c2bb08aebaeb9e07 (patch)
treedfe23a00ff468d3109b32dfa5137a90beacd7411 /usr.bin/window/var.c
parentef3be571f7bacd07b5374ed70e09d4184e271f29 (diff)
downloadFreeBSD-src-a95a0aafc4f4312f1ddef311c2bb08aebaeb9e07.zip
FreeBSD-src-a95a0aafc4f4312f1ddef311c2bb08aebaeb9e07.tar.gz
Include proper header files for system functions that are used and
that gcc complains about this code changing from the built-in versions.
Diffstat (limited to 'usr.bin/window/var.c')
-rw-r--r--usr.bin/window/var.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/window/var.c b/usr.bin/window/var.c
index 8ef3175..0ffa8a7 100644
--- a/usr.bin/window/var.c
+++ b/usr.bin/window/var.c
@@ -43,6 +43,7 @@ static char rcsid[] =
#include "value.h"
#include "var.h"
#include "mystring.h"
+#include <stdlib.h>
struct var *
var_set1(head, name, v)
OpenPOWER on IntegriCloud