diff options
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[] = { |