From ce9e3d0e54b8791f33eaf55e7e0d007ee9171899 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Wed, 14 Jun 2023 21:06:40 +0100 Subject: [PATCH] Fix tf.h --- src/tf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tf.c b/src/tf.c index 288ea84..f27e903 100644 --- a/src/tf.c +++ b/src/tf.c @@ -48,7 +48,7 @@ #include "tf.h" -#include // for le32toh, htole32 +#include "portable_endian.h" // for le32toh, htole32 #include // for memcpy