diff options
Diffstat (limited to 'include/zix/zix.h')
-rw-r--r-- | include/zix/zix.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/zix/zix.h b/include/zix/zix.h index 223d1dc..a91b6f8 100644 --- a/include/zix/zix.h +++ b/include/zix/zix.h @@ -54,6 +54,14 @@ /** @} + @defgroup zix_file_system File System + @{ +*/ + +#include "zix/path.h" + +/** + @} @} */ |