diff options
author | "Vladimir N. Oleynik" | 2005-09-22 15:07:33 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" | 2005-09-22 15:07:33 +0000 |
commit | 2f9c30a2d567ba7bdb6351e0167eb0b59735b898 (patch) | |
tree | e811a2285654327b344c1fb242683acb2782f2b8 /networking/udhcp/script.c | |
parent | ac9731704a03d08b061ee02853e7cebe36964aba (diff) | |
download | busybox-2f9c30a2d567ba7bdb6351e0167eb0b59735b898.zip busybox-2f9c30a2d567ba7bdb6351e0167eb0b59735b898.tar.gz |
safe exported namespace for udhcp. Not full, bore :-(
Diffstat (limited to 'networking/udhcp/script.c')
-rw-r--r-- | networking/udhcp/script.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/udhcp/script.c b/networking/udhcp/script.c index 820fbb0..e08d765 100644 --- a/networking/udhcp/script.c +++ b/networking/udhcp/script.c @@ -33,6 +33,7 @@ #include "dhcpd.h" #include "dhcpc.h" #include "common.h" +#include "script.h" /* get a rough idea of how long an option will be (rounding up...) */ static const int max_option_length[] = { |