mirror of https://github.com/mirror/busybox.git
when compiled standalone, udhcp needs these headers
parent
a3170d5aab
commit
7becf5987a
|
@ -9,7 +9,9 @@
|
|||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include <ctype.h>
|
||||
#include <netdb.h>
|
||||
|
||||
#include "debug.h"
|
||||
#include "dhcpd.h"
|
||||
#include "files.h"
|
||||
#include "options.h"
|
||||
|
|
Loading…
Reference in New Issue