We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76e8af commit e5da047Copy full SHA for e5da047
src/decompress/utility.h
@@ -1,6 +1,9 @@
1
#ifndef ESP32_OTA_UTILITY_H_
2
#define ESP32_OTA_UTILITY_H_
3
4
+#include <stdint.h>
5
+#include <stddef.h>
6
+
7
/**************************************************************************************
8
INCLUDE
9
**************************************************************************************/
0 commit comments