Merge pull request #217 from thomasgubler/px4io-i2c

adding missing include
This commit is contained in:
Lorenz Meier 2013-03-09 03:35:20 -08:00
commit 7d7e97f82d

View File

@ -38,6 +38,7 @@
*/
#include <nuttx/config.h>
#include <syslog.h>
#include <sys/types.h>
#include <stdbool.h>