summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/cvs/checkout.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/checkout.c b/usr.bin/cvs/checkout.c
index 41df8485b4f..c8a3f98043a 100644
--- a/usr.bin/cvs/checkout.c
+++ b/usr.bin/cvs/checkout.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: checkout.c,v 1.129 2008/02/06 22:43:22 joris Exp $ */
+/* $OpenBSD: checkout.c,v 1.130 2008/02/07 07:50:00 xsa Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
*
@@ -23,6 +23,7 @@
#include <errno.h>
#include <fcntl.h>
#include <libgen.h>
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>