Include stdint.h since we use uint*_t types.
authorjsing <jsing@openbsd.org>
Thu, 28 Mar 2024 08:36:13 +0000 (08:36 +0000)
committerjsing <jsing@openbsd.org>
Thu, 28 Mar 2024 08:36:13 +0000 (08:36 +0000)
lib/libcrypto/crypto_internal.h

index 5e21535..924cf6d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: crypto_internal.h,v 1.8 2024/03/26 04:11:42 jsing Exp $ */
+/*     $OpenBSD: crypto_internal.h,v 1.9 2024/03/28 08:36:13 jsing Exp $ */
 /*
  * Copyright (c) 2023 Joel Sing <jsing@openbsd.org>
  *
@@ -17,6 +17,7 @@
 
 #include <endian.h>
 #include <stddef.h>
+#include <stdint.h>
 #include <string.h>
 
 #ifndef HEADER_CRYPTO_INTERNAL_H