summaryrefslogtreecommitdiffstats
path: root/otautil/ThermalUtil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'otautil/ThermalUtil.cpp')
-rw-r--r--otautil/ThermalUtil.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/otautil/ThermalUtil.cpp b/otautil/ThermalUtil.cpp
index 13d36432a..5d9bd45c0 100644
--- a/otautil/ThermalUtil.cpp
+++ b/otautil/ThermalUtil.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ThermalUtil.h"
+#include "otautil/ThermalUtil.h"
#include <dirent.h>
#include <stdio.h>
@@ -77,4 +77,4 @@ int GetMaxValueFromThermalZone() {
}
LOG(INFO) << "current maximum temperature: " << max_temperature;
return max_temperature;
-} \ No newline at end of file
+}