=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/xmalloc.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/cvs/xmalloc.c 2005/12/30 17:51:01 1.4 +++ src/usr.bin/cvs/xmalloc.c 2006/01/02 08:11:56 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: xmalloc.c,v 1.4 2005/12/30 17:51:01 reyk Exp $ */ +/* $OpenBSD: xmalloc.c,v 1.5 2006/01/02 08:11:56 xsa Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -13,8 +13,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -#include -#include +#include "includes.h" #include "xmalloc.h" #include "log.h"