Fix header inclusion

main
Dmitri Smirnov 9 years ago
parent 18285c1e2f
commit 19e13a595d
  1. 2
      port/dirent.h

@ -13,7 +13,7 @@
#define STORAGE_LEVELDB_PORT_DIRENT_H_
#ifdef ROCKSDB_PLATFORM_POSIX
# include <sys/typed.h>
# include <sys/types.h>
# include <dirent.h>
#elif defined(OS_WIN)

Loading…
Cancel
Save