Skip to content

Commit

Permalink
fix mac test build (#6187)
Browse files Browse the repository at this point in the history
Signed-off-by: Lizan Zhou <lizan@tetrate.io>
  • Loading branch information
lizan authored and htuch committed Mar 6, 2019
1 parent 8980a08 commit 33a6147
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/server/options_impl_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
#include "common/common/utility.h"

#include "server/options_impl.h"
#include "server/options_impl_platform_linux.h"

#if defined(__linux__)
#include "server/options_impl_platform_linux.h"
#endif
#include "test/mocks/api/mocks.h"
#include "test/test_common/environment.h"
#include "test/test_common/logging.h"
Expand Down

0 comments on commit 33a6147

Please sign in to comment.