diff options
author | 2006-04-01 20:11:25 +0000 | |
---|---|---|
committer | 2006-04-01 20:11:25 +0000 | |
commit | ec6ed1ab1769975d1495b2870472c00ec4d924fa (patch) | |
tree | cd5b3c20a71e4b81d73fcdf2ed01252cd12736e2 /usr.bin/cvs/diff.c | |
parent | when I initially hacked sensorsd, sensors started at hw.sensors.0 and (diff) | |
download | wireguard-openbsd-ec6ed1ab1769975d1495b2870472c00ec4d924fa.tar.xz wireguard-openbsd-ec6ed1ab1769975d1495b2870472c00ec4d924fa.zip |
fix some bugs that lint discovered for us.
ok niallo@
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; |