diff options
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) |