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");