Added missing include

This commit is contained in:
Simon Duquennoy 2017-05-17 15:38:51 +02:00
parent 6366ad162e
commit b81e039e34

View File

@ -44,6 +44,8 @@
#ifndef UIP_NAMESERVER_H_ #ifndef UIP_NAMESERVER_H_
#define UIP_NAMESERVER_H_ #define UIP_NAMESERVER_H_
#include "net/ip/uip.h"
/** /**
* \name General * \name General
* @{ * @{