Преглед изворни кода

Fixes for gcc12

Thanks @Willy-JL !
for fixing 13 apps in this commit,
other apps fixed by me
MX пре 1 година
родитељ
комит
62edce2d38
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      crypto_wrapper.c

+ 1 - 0
crypto_wrapper.c

@@ -1,6 +1,7 @@
 #include <furi_hal.h>
 #include <lib/mlib/m-dict.h>
 #include <mbedtls/sha256.h>
+#include <machine/endian.h>
 
 #ifndef FURI_HAL_CRYPTO_ADVANCED_AVAIL
 #include "crypto/gcm.h"