diff options
Diffstat (limited to 'usr.bin/cvs/diff.c')
-rw-r--r-- | usr.bin/cvs/diff.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c index 98d37169df2..37ed4f0a481 100644 --- a/usr.bin/cvs/diff.c +++ b/usr.bin/cvs/diff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.85 2006/03/28 07:17:16 ray Exp $ */ +/* $OpenBSD: diff.c,v 1.86 2006/04/01 20:11:25 joris Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -134,6 +134,8 @@ #include "log.h" #include "proto.h" +#include "xmalloc.h" + struct cand { int x; int y; |