From 60e0d03fdfdcb5b2da63a50fc0f6184af1d2e5da Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 16 Jul 1995 10:07:40 +0000 Subject: Fix compiler warnings (systm.h wasn't included). --- sys/pci/pdq_os.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/pci/pdq_os.h') diff --git a/sys/pci/pdq_os.h b/sys/pci/pdq_os.h index 088e5f0..a900c05 100644 --- a/sys/pci/pdq_os.h +++ b/sys/pci/pdq_os.h @@ -21,9 +21,13 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pdq_os.h,v 1.1 1995/03/14 09:16:07 davidg Exp $ + * $Id: pdq_os.h,v 1.2 1995/03/25 22:40:49 bde Exp $ * * $Log: pdq_os.h,v $ + * Revision 1.2 1995/03/25 22:40:49 bde + * Remove wrong redeclarations of printf() and bzero(). Include the correct + * header to declare DELAY(). + * * Revision 1.1 1995/03/14 09:16:07 davidg * Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters. * @@ -63,6 +67,7 @@ #elif defined(__FreeBSD__) || defined(__bsdi__) #include +#include #ifndef M_MCAST #include #endif -- cgit v1.1