summaryrefslogtreecommitdiff
path: root/src/include/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/driver.h')
-rw-r--r--src/include/driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/driver.h b/src/include/driver.h
index 97eb8912..798b3504 100644
--- a/src/include/driver.h
+++ b/src/include/driver.h
@@ -18,7 +18,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 +30,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "error.h"
#include "font.h"
#include "printer.h"
-#include "lib.h"
void do_file(const char *);
extern printer *pr;