From b8fce1d96a89d88a4c03cd5a737682a4788f8685 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Mon, 11 May 2020 03:44:09 +0300 Subject: [PATCH] Fixed build --- utils/iotest/iotest_aio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/iotest/iotest_aio.cpp b/utils/iotest/iotest_aio.cpp index 7cc68065939..c0945fbe1e1 100644 --- a/utils/iotest/iotest_aio.cpp +++ b/utils/iotest/iotest_aio.cpp @@ -1,4 +1,4 @@ -#if !OS_LINUX +#if !defined(OS_LINUX) int main(int, char **) { return 0; } #else