zstd: Add a stub <assert.h> for the kernel

The stub header includes <sys/kassert.h>.  zstd's xx_hash.h #includes
<assert.h> for the definition of static_assert() when building with
C11 or newer.

Reviewed by:	jhb
Differential Revision:	https://reviews.freebsd.org/D43239
This commit is contained in:
Minsoo Choo 2025-01-09 13:28:12 -05:00 committed by John Baldwin
parent d0d7fcbae4
commit c6eb7f3fbf

View file

@ -0,0 +1,2 @@
/* This file is in the public domain */
#include <sys/kassert.h>