Fixed previously erroneously fixed include
This commit is contained in:
parent
4cf82b2764
commit
6220e231a2
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
#include "contiki-net.h"
|
#include "contiki-net.h"
|
||||||
#include "net/simple-udp.h"
|
#include "net/simple-udp.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
||||||
PROCESS(simple_udp_process, "Simple UDP process");
|
PROCESS(simple_udp_process, "Simple UDP process");
|
||||||
|
|
Loading…
Add table
Reference in a new issue