Fixed icsneoc.h to work with c

checksum-failure-logging
EricLiu2000 2019-06-05 13:29:21 -04:00
parent b7dbeccaef
commit 9b21c153c7
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
#define __ICSNEOC_H_
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
#include "icsneo/device/neodevice.h" // For neodevice_t
#include "icsneo/communication/message/neomessage.h" // For neomessage_t and friends
#include "icsneo/platform/dynamiclib.h" // Dynamic library loading and exporting