=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/fatal.c,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/cvs/fatal.c 2006/07/07 17:37:17 1.8 --- src/usr.bin/cvs/fatal.c 2007/02/22 06:42:09 1.9 *************** *** 1,4 **** ! /* $OpenBSD: fatal.c,v 1.8 2006/07/07 17:37:17 joris Exp $ */ /* * Copyright (c) 2002 Markus Friedl. All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: fatal.c,v 1.9 2007/02/22 06:42:09 otto Exp $ */ /* * Copyright (c) 2002 Markus Friedl. All rights reserved. * *************** *** 23,32 **** * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ ! #include "includes.h" #include "cvs.h" - #include "log.h" #include "remote.h" /* Fatal messages. This function never returns. */ --- 23,34 ---- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ ! #include + #include + #include + #include "cvs.h" #include "remote.h" /* Fatal messages. This function never returns. */