=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/rlog.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/rcs/rlog.c 2005/10/06 13:36:53 1.2 --- src/usr.bin/rcs/rlog.c 2005/10/07 23:59:56 1.3 *************** *** 1,4 **** ! /* $OpenBSD: rlog.c,v 1.2 2005/10/06 13:36:53 niallo Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: rlog.c,v 1.3 2005/10/07 23:59:56 niallo Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. *************** *** 33,41 **** #include #include - #include "diff.h" #include "log.h" #include "rcs.h" #include "rcsprog.h" extern char *__progname; --- 33,41 ---- #include #include #include "log.h" #include "rcs.h" + #include "diff.h" #include "rcsprog.h" extern char *__progname;