Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix last_connected column in wifi_networks on Catalina #6669

Merged
merged 8 commits into from
Oct 21, 2020
Prev Previous commit
Clang format the header include order
  • Loading branch information
mike-myers-tob committed Oct 21, 2020
commit 492640f40724af9dbb1d24ab037cde490d5e9949
2 changes: 1 addition & 1 deletion osquery/tables/networking/tests/darwin/wifi_tests.mm
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#include <gtest/gtest.h>

#include <osquery/config/tests/test_utils.h>
#include <osquery/core/system.h>
#include <osquery/core/sql/query_data.h>
#include <osquery/core/system.h>
#include <osquery/registry/registry_factory.h>

namespace osquery {
Expand Down