diff options
Diffstat (limited to 'net/net.c')
| -rw-r--r-- | net/net.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -89,6 +89,9 @@  #if defined(CONFIG_CMD_SNTP)  #include "sntp.h"  #endif +#if defined(CONFIG_CDP_VERSION) +#include <timestamp.h> +#endif  #if defined(CONFIG_CMD_NET) |