From e1809d0c187126bb171656d267371caf99b467cb Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 25 Jul 2021 18:14:36 +0000 Subject: [PATCH] fixing bin/t04.c --- hio/bin/t04.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hio/bin/t04.c b/hio/bin/t04.c index e62b2ee..aa9aae1 100644 --- a/hio/bin/t04.c +++ b/hio/bin/t04.c @@ -1,12 +1,17 @@ +#include + #if defined(HIO_ENABLE_MARIADB) -#include #include #include #include #include +#if 0 #include +#else +#include +#endif #if 0 static void mar_on_disconnect (hio_dev_mar_t* dev) @@ -212,7 +217,7 @@ int main (int argc, char* argv[]) return -1; } - hio = hio_open(HIO_NULL, 0, HIO_NULL, 512, HIO_NULL); + hio = hio_open(HIO_NULL, 0, HIO_NULL, HIO_FEATURE_ALL, 512, HIO_NULL); if (!hio) { printf ("Cannot open hio\n");