Skip to content

Commit e5da047

Browse files
added missing headers
1 parent c76e8af commit e5da047

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/decompress/utility.h

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#ifndef ESP32_OTA_UTILITY_H_
22
#define ESP32_OTA_UTILITY_H_
33

4+
#include <stdint.h>
5+
#include <stddef.h>
6+
47
/**************************************************************************************
58
INCLUDE
69
**************************************************************************************/

0 commit comments

Comments
 (0)