Added missing standard header

This commit is contained in:
Edvard Pettersen 2018-07-26 11:54:57 +02:00
parent aaa9c43fe4
commit 7b221dd09f
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@
#include "sys/cc.h"
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
/* Log configuration */
#include "coap-log.h"

View File

@ -47,6 +47,7 @@
#include <string.h>
#include <stdlib.h>
#include <inttypes.h>
#include "sys/cc.h"
#include "coap.h"