瀏覽代碼

Fixes for gcc12

Thanks @Willy-JL !
for fixing 13 apps in this commit,
other apps fixed by me
MX 2 年之前
父節點
當前提交
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"