summaryrefslogtreecommitdiffstats
path: root/contrib/groff/src/include/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/src/include/driver.h')
-rw-r--r--contrib/groff/src/include/driver.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/contrib/groff/src/include/driver.h b/contrib/groff/src/include/driver.h
index 97eb891..d957928 100644
--- a/contrib/groff/src/include/driver.h
+++ b/contrib/groff/src/include/driver.h
@@ -1,5 +1,6 @@
// -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001
+ Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
This file is part of groff.
@@ -18,7 +19,8 @@ You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#include <stdio.h>
+#include "lib.h"
+
#include <ctype.h>
#include <stdlib.h>
#include <stddef.h>
@@ -29,7 +31,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "error.h"
#include "font.h"
#include "printer.h"
-#include "lib.h"
+#include "geometry.h"
void do_file(const char *);
extern printer *pr;
OpenPOWER on IntegriCloud