Merge pull request #808 from authmillenon/inet_pton_msp_430_fix
Include kernel.h for inet_pton for MSP-430
This commit is contained in:
commit
049838841a
@ -18,6 +18,8 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#include "kernel.h"
|
||||||
|
|
||||||
#include "inet_pton.h"
|
#include "inet_pton.h"
|
||||||
|
|
||||||
/* int
|
/* int
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user