From a987786f84bce3844f57a3ca87cbf6f50340c774 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 16 Jan 2015 14:36:44 +0000 Subject: [PATCH] Replace with millert spotted the accidental removal that caused binary change. --- usr.sbin/lpr/pac/pac.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/lpr/pac/pac.c b/usr.sbin/lpr/pac/pac.c index 27b6aa40cc4..bf48b9dae11 100644 --- a/usr.sbin/lpr/pac/pac.c +++ b/usr.sbin/lpr/pac/pac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pac.c,v 1.22 2014/11/18 20:54:28 krw Exp $ */ +/* $OpenBSD: pac.c,v 1.23 2015/01/16 14:36:44 deraadt Exp $ */ /* $NetBSD: pac.c,v 1.14 2000/04/27 13:40:18 msaitoh Exp $ */ /* @@ -38,14 +38,14 @@ * to print the usage information for the named people. */ -#include - #include +#include #include #include #include #include #include +#include #include #include -- 2.20.1