From 7f34046f5b27617b70c1d55f479c2a1abb8b8d8a Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sat, 19 Apr 2025 12:31:51 -0600 Subject: lib9p: Don't require that CONFIG_9P_ENABLE_9P2000 --- lib9p/tests/test_compile.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib9p/tests/test_compile.c') diff --git a/lib9p/tests/test_compile.c b/lib9p/tests/test_compile.c index 03a63a4..e53b738 100644 --- a/lib9p/tests/test_compile.c +++ b/lib9p/tests/test_compile.c @@ -828,6 +828,9 @@ int main(void) { #ifdef _LIB9P_DT_WHITEOUT x = _LIB9P_DT_WHITEOUT; #endif +#ifdef _LIB9P_ENABLE_stat + x = _LIB9P_ENABLE_stat; +#endif #ifdef _LIB9P_GETATTR_UNUSED_14 x = _LIB9P_GETATTR_UNUSED_14; #endif -- cgit v1.2.3-2-g168b