Skip to content

Commit

Permalink
apply port_uv.h patch
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Aug 11, 2016
1 parent a39c3ea commit 21dc91e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deps/leveldb/leveldb-1.19/port/port.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
// Include the appropriate platform specific file below. If you are
// porting to a new platform, see "port_example.h" for documentation
// of what the new port_<platform>.h file must provide.
#if defined(LEVELDB_PLATFORM_POSIX)
#if defined(LEVELDB_PLATFORM_UV)
# include "port_uv.h"
#elif defined(LEVELDB_PLATFORM_POSIX)
# include "port/port_posix.h"
#elif defined(LEVELDB_PLATFORM_CHROMIUM)
# include "port/port_chromium.h"
Expand Down

0 comments on commit 21dc91e

Please sign in to comment.