Add missing includes.

This commit is contained in:
2019-10-20 19:35:02 +01:00
parent 4745be5668
commit 4fb6016c23
3 changed files with 8 additions and 0 deletions

View File

@@ -19,6 +19,10 @@
#include "linux/linux.h"
#endif
#include "dicmote.h"
#include <stdint.h>
int DeviceOpen(const char* device_path)
{
#if defined(__linux__) && !defined(__ANDROID__)