Fixed icsneoc.h to work with c

This commit is contained in:
EricLiu2000
2019-06-13 16:01:35 -04:00
parent b7dbeccaef
commit 9b21c153c7
+2
View File
@@ -2,6 +2,8 @@
#define __ICSNEOC_H_ #define __ICSNEOC_H_
#include <stddef.h> #include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
#include "icsneo/device/neodevice.h" // For neodevice_t #include "icsneo/device/neodevice.h" // For neodevice_t
#include "icsneo/communication/message/neomessage.h" // For neomessage_t and friends #include "icsneo/communication/message/neomessage.h" // For neomessage_t and friends
#include "icsneo/platform/dynamiclib.h" // Dynamic library loading and exporting #include "icsneo/platform/dynamiclib.h" // Dynamic library loading and exporting