fix missing include

This commit is contained in:
2022-08-20 16:11:48 +02:00
parent e3aefb24ee
commit b6f0c5e89f
2 changed files with 1 additions and 3 deletions

View File

@ -22,7 +22,7 @@
//#define DEMO_DRIVE_SIZE 1024*1024*256L // 256MB
//#define DEMO_DRIVE_SIZE 1024*1024*1024L // 1GB
#define DEMO_DRIVE_SIZE 1024*1024*1024*10L // 10GB
//#define DEMO_DRIVE_SIZE 1024*1024*1024*10L // 10GB
typedef int fileDescriptor;