mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Fixed icsneoc.h to work with c
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user