=================================================================== RCS file: /cvs/mandoc/term_ascii.c,v retrieving revision 1.1 retrieving revision 1.4 diff -u -p -r1.1 -r1.4 --- mandoc/term_ascii.c 2010/06/08 15:00:17 1.1 +++ mandoc/term_ascii.c 2010/06/19 20:46:28 1.4 @@ -1,6 +1,6 @@ -/* $Id: term_ascii.c,v 1.1 2010/06/08 15:00:17 kristaps Exp $ */ +/* $Id: term_ascii.c,v 1.4 2010/06/19 20:46:28 kristaps Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -24,6 +24,7 @@ #include #include #include +#include #include "out.h" #include "term.h" @@ -86,7 +87,6 @@ static void ascii_letter(struct termp *p, char c) { - /* Just push onto the screen. */ putchar(c); }