diff options
Diffstat (limited to 'usr.bin/cvs/xmalloc.c')
-rw-r--r-- | usr.bin/cvs/xmalloc.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/cvs/xmalloc.c b/usr.bin/cvs/xmalloc.c index 3faa4b9a174..d5f29671704 100644 --- a/usr.bin/cvs/xmalloc.c +++ b/usr.bin/cvs/xmalloc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xmalloc.c,v 1.2 2005/12/13 17:46:10 xsa Exp $ */ +/* $OpenBSD: xmalloc.c,v 1.3 2005/12/19 18:21:31 xsa Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -16,7 +16,8 @@ #include <stdlib.h> #include <string.h> -#include "cvs.h" +#include "xmalloc.h" +#include "log.h" void * xmalloc(size_t size) |