commit | f9ee95f52be13be8ed11cba0bfec79da6375113a | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Feb 12 12:33:31 2021 -0800 |
committer | Patrick Venture <venture@google.com> | Fri Feb 12 12:50:35 2021 -0800 |
tree | 11172f719339cb57e7093327ad87ecd076328dea | |
parent | 92a4a62c69924476c2dcfa28c940afca6defdb4d [diff] [blame] |
splits sys interface into its own file Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ifa657dd6e5d73b6098597cd917e7da512af26641
diff --git a/test/internal_sys_mock.hpp b/test/internal_sys_mock.hpp index 2fe0c58..55db6b7 100644 --- a/test/internal_sys_mock.hpp +++ b/test/internal_sys_mock.hpp
@@ -2,7 +2,7 @@ #include <unistd.h> -#include <ipmiblob/internal/sys.hpp> +#include <ipmiblob/internal/sys_interface.hpp> #include <gmock/gmock.h>