From 76729b8c692cc47775fd95d41edf486cc9a57434 Mon Sep 17 00:00:00 2001 From: Russ Dill Date: Tue, 16 Dec 2003 20:44:15 +0000 Subject: include headers with prototypes to make sure prototypes match --- networking/udhcp/clientpacket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'networking/udhcp/clientpacket.h') diff --git a/networking/udhcp/clientpacket.h b/networking/udhcp/clientpacket.h index 2a6facbc8..8e5441bc7 100644 --- a/networking/udhcp/clientpacket.h +++ b/networking/udhcp/clientpacket.h @@ -1,6 +1,8 @@ #ifndef _CLIENTPACKET_H #define _CLIENTPACKET_H +#include "packet.h" + unsigned long random_xid(void); int send_discover(unsigned long xid, unsigned long requested); int send_selecting(unsigned long xid, unsigned long server, unsigned long requested); -- cgit v1.2.3