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:
Oleg Hahm 2014-02-28 13:14:04 +01:00
commit 049838841a

View File

@ -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