=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/xmalloc.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -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 **** ! /* $OpenBSD: xmalloc.c,v 1.4 2005/12/30 17:51:01 reyk Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland --- 1,4 ---- ! /* $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,20 **** * called by a name other than "ssh" or "Secure Shell". */ ! #include ! #include #include "xmalloc.h" #include "log.h" --- 13,19 ---- * called by a name other than "ssh" or "Secure Shell". */ ! #include "includes.h" #include "xmalloc.h" #include "log.h"