=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/fatal.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/cvs/fatal.c 2005/12/30 01:38:39 1.4 +++ src/usr.bin/cvs/fatal.c 2006/01/02 08:11:56 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: fatal.c,v 1.4 2005/12/30 01:38:39 joris Exp $ */ +/* $OpenBSD: fatal.c,v 1.5 2006/01/02 08:11:56 xsa Exp $ */ /* * Copyright (c) 2002 Markus Friedl. All rights reserved. * @@ -23,8 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include -#include +#include "includes.h" #include "cvs.h" #include "log.h"