Skip to content

Commit

Permalink
examples/lte_lwm2m: Fix compile error without tinydtls
Browse files Browse the repository at this point in the history
Fix a compile error when WITH_TINYDTLS is disabled.
  • Loading branch information
SPRESENSE committed Dec 17, 2021
1 parent 28434af commit 11b4d67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/lte_lwm2m/lwm2mclient.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/time.h>
#include <unistd.h>

#define MAX_PACKET_SIZE 2048
Expand Down

0 comments on commit 11b4d67

Please sign in to comment.