Skip to content

Commit e98d771

Browse files
committed
fix unistd inclusion for CI
1 parent 96ddd0c commit e98d771

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/loaddict.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@
7373
#include <fcntl.h>
7474
#include "dtmmedefs.h"
7575
//#include "opthread.h"
76+
77+
#ifdef __linux__
7678
#include <unistd.h>
79+
#endif
7780

7881
#ifndef NO_FILESYSTEM
7982
#ifdef _WIN32

0 commit comments

Comments
 (0)