diff options
Diffstat (limited to 'networking/udhcp/script.c')
-rw-r--r-- | networking/udhcp/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/script.c b/networking/udhcp/script.c index e08d765bb..c04c69f7e 100644 --- a/networking/udhcp/script.c +++ b/networking/udhcp/script.c | |||
@@ -29,10 +29,10 @@ | |||
29 | #include <sys/types.h> | 29 | #include <sys/types.h> |
30 | #include <sys/wait.h> | 30 | #include <sys/wait.h> |
31 | 31 | ||
32 | #include "common.h" | ||
32 | #include "options.h" | 33 | #include "options.h" |
33 | #include "dhcpd.h" | 34 | #include "dhcpd.h" |
34 | #include "dhcpc.h" | 35 | #include "dhcpc.h" |
35 | #include "common.h" | ||
36 | #include "script.h" | 36 | #include "script.h" |
37 | 37 | ||
38 | /* get a rough idea of how long an option will be (rounding up...) */ | 38 | /* get a rough idea of how long an option will be (rounding up...) */ |