diff options
author | Warner Losh <imp@FreeBSD.org> | 2009-02-19 20:07:59 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2009-02-19 20:07:59 +0000 |
commit | b3ba0b1ed28a49851eace85605721658dddcc518 (patch) | |
tree | dfe23a00ff468d3109b32dfa5137a90beacd7411 /usr.bin/window/var.c | |
parent | 21fc9f2bcc90bc55ebd96975402bc5d917906b43 (diff) |
Include proper header files for system functions that are used and
that gcc complains about this code changing from the built-in
versions.
Notes
Notes:
svn path=/head/; revision=188828
Diffstat (limited to 'usr.bin/window/var.c')
-rw-r--r-- | usr.bin/window/var.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/window/var.c b/usr.bin/window/var.c index 8ef317591ac7..0ffa8a747428 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) |