mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Add missing includes.
This commit is contained in:
4
device.c
4
device.c
@@ -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__)
|
||||
|
||||
2
scsi.c
2
scsi.c
@@ -19,6 +19,8 @@
|
||||
#include "linux/linux.h"
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
int32_t SendScsiCommand(int device_fd,
|
||||
char* cdb,
|
||||
char* buffer,
|
||||
|
||||
Reference in New Issue
Block a user