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/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/udhcp/script.c') diff --git a/networking/udhcp/script.c b/networking/udhcp/script.c index 0f2a21c3a..9c766a2e2 100644 --- a/networking/udhcp/script.c +++ b/networking/udhcp/script.c @@ -32,7 +32,7 @@ #include "options.h" #include "dhcpd.h" #include "dhcpc.h" -#include "options.h" +#include "script.h" #include "common.h" /* get a rough idea of how long an option will be (rounding up...) */ -- cgit v1.2.3