diff --git a/kexmlkem768x25519.c b/kexmlkem768x25519.c index 679446e97..2b5d39608 100644 --- a/kexmlkem768x25519.c +++ b/kexmlkem768x25519.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kexmlkem768x25519.c,v 1.1 2024/09/02 12:13:56 djm Exp $ */ +/* $OpenBSD: kexmlkem768x25519.c,v 1.2 2024/10/27 02:06:59 djm Exp $ */ /* * Copyright (c) 2023 Markus Friedl. All rights reserved. * @@ -34,6 +34,9 @@ #include #include #include +#ifdef HAVE_ENDIAN_H +# include +#endif #include "sshkey.h" #include "kex.h"