Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions include/netutils/dhcpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,22 @@
* Included Files
****************************************************************************/

#include <nuttx/config.h>
#include <stdint.h>
#include <netinet/in.h>

/****************************************************************************
* Pre-processor Definitions
****************************************************************************/

/* Provide a default value for CONFIG_NETDB_DNSSERVER_NAMESERVERS if
* CONFIG_NETDB_DNSCLIENT is not enabled.
*/

#if !defined(CONFIG_NETDB_DNSSERVER_NAMESERVERS)
# define CONFIG_NETDB_DNSSERVER_NAMESERVERS 1
#endif

/****************************************************************************
* Public Types
****************************************************************************/
Expand Down
Loading