Fixed includes
This commit is contained in:
parent
7af08abee5
commit
4cf82b2764
2 changed files with 5 additions and 1 deletions
|
@ -41,8 +41,11 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "simple-udp.h"
|
||||
#include "contiki-net.h"
|
||||
#include "net/simple-udp.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
PROCESS(simple_udp_process, "Simple UDP process");
|
||||
static uint8_t started = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue