diff options
Diffstat (limited to 'networking/udhcp/options.c')
-rw-r--r-- | networking/udhcp/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/options.c b/networking/udhcp/options.c index e81d0a7..1443451 100644 --- a/networking/udhcp/options.c +++ b/networking/udhcp/options.c @@ -6,10 +6,10 @@ #include <stdlib.h> #include <string.h> +#include "common.h" #include "dhcpd.h" #include "options.h" #include "files.h" -#include "common.h" /* supported options are easily added here */ |