diff options
Diffstat (limited to 'lib9p/tests/test_compile.c')
-rw-r--r-- | lib9p/tests/test_compile.c | 3 |
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 |