aboutsummaryrefslogtreecommitdiffstats
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 13d36432..5d9bd45c 100644
--- a/otautil/ThermalUtil.cpp
+++ b/otautil/ThermalUtil.cpp
@@ -14,7 +14,7 @@
14 * limitations under the License. 14 * limitations under the License.
15 */ 15 */
16 16
17#include "ThermalUtil.h" 17#include "otautil/ThermalUtil.h"
18 18
19#include <dirent.h> 19#include <dirent.h>
20#include <stdio.h> 20#include <stdio.h>
@@ -77,4 +77,4 @@ int GetMaxValueFromThermalZone() {
77 } 77 }
78 LOG(INFO) << "current maximum temperature: " << max_temperature; 78 LOG(INFO) << "current maximum temperature: " << max_temperature;
79 return max_temperature; 79 return max_temperature;
80} \ No newline at end of file 80}