Fix Cygwin build

This commit is contained in:
Anton Kochkov 2017-04-17 19:03:30 +08:00 committed by GitHub
parent 8fd10e11aa
commit a8d5b68320

View File

@ -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>