mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-30 16:40:57 +00:00
Fix Cygwin build
This commit is contained in:
parent
8fd10e11aa
commit
a8d5b68320
@ -10,7 +10,7 @@
|
||||
#include <r_list.h> // radare linked list
|
||||
#include <r_flist.h> // radare fixed pointer array iterators
|
||||
#include <r_th.h>
|
||||
#if __UNIX__
|
||||
#if !__WINDOWS__
|
||||
#include <dirent.h>
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
|
Loading…
Reference in New Issue
Block a user