sixlowpan: include missing headers

pr/gpio
Martine Lenders 7 years ago
parent dd15430fce
commit 24ffa767ef

@ -20,8 +20,12 @@
#ifndef SIXLOWPAN_H_
#define SIXLOWPAN_H_
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include "byteorder.h"
#ifdef __cplusplus
extern "C" {
#endif

Loading…
Cancel
Save