=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/dc/dc.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/dc/dc.c 2003/12/01 09:13:24 1.4 +++ src/usr.bin/dc/dc.c 2004/01/13 08:17:41 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: dc.c,v 1.4 2003/12/01 09:13:24 otto Exp $ */ +/* $OpenBSD: dc.c,v 1.5 2004/01/13 08:17:41 otto Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek @@ -17,10 +17,11 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: dc.c,v 1.4 2003/12/01 09:13:24 otto Exp $"; +static const char rcsid[] = "$OpenBSD: dc.c,v 1.5 2004/01/13 08:17:41 otto Exp $"; #endif /* not lint */ #include +#include #include #include "extern.h"