diff options
author | Glenn L McGrath | 2003-06-10 17:22:49 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-06-10 17:22:49 +0000 |
commit | 24833430bc2dbea733c3b0b9ea6c6b976f95474a (patch) | |
tree | 805a4197b8a0d36eaa6880dfc23d8c2539359fe9 /networking/udhcp/options.c | |
parent | 6c43f743a3f607f91ee22a53db880fce2df645f0 (diff) | |
download | busybox-24833430bc2dbea733c3b0b9ea6c6b976f95474a.zip busybox-24833430bc2dbea733c3b0b9ea6c6b976f95474a.tar.gz |
Vodz, last_patch_88
Diffstat (limited to 'networking/udhcp/options.c')
-rw-r--r-- | networking/udhcp/options.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/networking/udhcp/options.c b/networking/udhcp/options.c index 9f95c15..a3edd0b 100644 --- a/networking/udhcp/options.c +++ b/networking/udhcp/options.c @@ -3,15 +3,13 @@ * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 */ -#include <stdio.h> #include <stdlib.h> #include <string.h> -#include "debug.h" #include "dhcpd.h" #include "files.h" #include "options.h" -#include "leases.h" +#include "common.h" /* supported options are easily added here */ |