diff options
-rw-r--r-- | networking/udhcp/files.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/udhcp/files.c b/networking/udhcp/files.c index f6003ff66..0597dc310 100644 --- a/networking/udhcp/files.c +++ b/networking/udhcp/files.c | |||
@@ -9,7 +9,9 @@ | |||
9 | #include <stdlib.h> | 9 | #include <stdlib.h> |
10 | #include <time.h> | 10 | #include <time.h> |
11 | #include <ctype.h> | 11 | #include <ctype.h> |
12 | #include <netdb.h> | ||
12 | 13 | ||
14 | #include "debug.h" | ||
13 | #include "dhcpd.h" | 15 | #include "dhcpd.h" |
14 | #include "files.h" | 16 | #include "files.h" |
15 | #include "options.h" | 17 | #include "options.h" |