diff options
-rw-r--r-- | usr.bin/rcs/buf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/rcs/buf.c b/usr.bin/rcs/buf.c index 39073187298..a0978353a6b 100644 --- a/usr.bin/rcs/buf.c +++ b/usr.bin/rcs/buf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: buf.c,v 1.18 2010/09/08 20:49:11 nicm Exp $ */ +/* $OpenBSD: buf.c,v 1.19 2010/12/01 20:25:15 chl Exp $ */ /* * Copyright (c) 2003 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -32,6 +32,7 @@ #include <fcntl.h> #include <stdarg.h> #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <unistd.h> |