From: Saverio Proto Date: Sat, 28 Jun 2014 10:21:40 +0000 (+0200) Subject: Including system.h to define uint16_t X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=80dbf394c084d4ef1e66861c41fe21884f37a03c Including system.h to define uint16_t --- diff --git a/src/meshlink.h b/src/meshlink.h index 96dcdf24..917d4548 100644 --- a/src/meshlink.h +++ b/src/meshlink.h @@ -23,6 +23,8 @@ #include #include +#include "system.h" + #ifdef __cplusplus extern "C" { #endif