diff --git a/port/port_stdcxx.h b/port/port_stdcxx.h index 2988ce3eec..378586acc3 100644 --- a/port/port_stdcxx.h +++ b/port/port_stdcxx.h @@ -16,8 +16,8 @@ #elif defined(__has_include) -#if __has_include("port_2/port_config.h") -#include "port_2/port_config.h" +#if __has_include("port/port_config.h") +#include "port/port_config.h" #endif // __has_include("port/port_config.h") #endif // defined(LEVELDB_HAS_PORT_CONFIG_H)