From 19e13a595d9c2a8d34511d519f5f924f2fa4bde9 Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Wed, 1 Jul 2015 16:35:51 -0700 Subject: [PATCH] Fix header inclusion --- port/dirent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/dirent.h b/port/dirent.h index 300cf42fe..db6cdd54f 100644 --- a/port/dirent.h +++ b/port/dirent.h @@ -13,7 +13,7 @@ #define STORAGE_LEVELDB_PORT_DIRENT_H_ #ifdef ROCKSDB_PLATFORM_POSIX -# include +# include # include #elif defined(OS_WIN)