diff options
Diffstat (limited to 'otautil/SysUtil.cpp')
-rw-r--r-- | otautil/SysUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otautil/SysUtil.cpp b/otautil/SysUtil.cpp index dfa215073..d54a824d2 100644 --- a/otautil/SysUtil.cpp +++ b/otautil/SysUtil.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#include "SysUtil.h" +#include "otautil/SysUtil.h" #include <fcntl.h> #include <stdint.h> // SIZE_MAX |