summaryrefslogtreecommitdiff
path: root/lib9p/tests/test_compile.c
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-19 12:31:51 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-19 12:53:42 -0600
commit7f34046f5b27617b70c1d55f479c2a1abb8b8d8a (patch)
tree8037e1493bfebe72cb6023f5eccb62cff0c63349 /lib9p/tests/test_compile.c
parent22899c1c7b30d7f46a2c91841d8b7144f8476de3 (diff)
lib9p: Don't require that CONFIG_9P_ENABLE_9P2000
Diffstat (limited to 'lib9p/tests/test_compile.c')
-rw-r--r--lib9p/tests/test_compile.c3
1 files changed, 3 insertions, 0 deletions
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