Skip to content

Commit

Permalink
added missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
andreagilardoni committed May 22, 2024
1 parent c76e8af commit e5da047
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/decompress/utility.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#ifndef ESP32_OTA_UTILITY_H_
#define ESP32_OTA_UTILITY_H_

#include <stdint.h>
#include <stddef.h>

/**************************************************************************************
INCLUDE
**************************************************************************************/
Expand Down

0 comments on commit e5da047

Please sign in to comment.