Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
e3da-public
contiki-ng
Commits
8aec2ac0
Commit
8aec2ac0
authored
Feb 02, 2018
by
Simon Duquennoy
Browse files
Fix lwm2m header inclusions
parent
fe7ded07
Changes
1
Hide whitespace changes
Inline
Side-by-side
os/services/lwm2m/lwm2m-engine.c
View file @
8aec2ac0
...
...
@@ -53,12 +53,14 @@
#include "lwm2m-tlv-writer.h"
#include "lib/list.h"
#include "sys/cc.h"
#include "net/ipv6/uip-ds6.h"
#include "net/routing/routing.h"
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#ifndef LWM2M_ENGINE_CLIENT_ENDPOINT_NAME
#include "net/ipv6/uip-ds6.h"
#endif
/* LWM2M_ENGINE_CLIENT_ENDPOINT_NAME */
/* Log configuration */
#include "coap-log.h"
#define LOG_MODULE "lwm2m-engine"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment