We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95673bc commit 03ce37cCopy full SHA for 03ce37c
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