mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Add missing include <cstdio>
This is needed with GCC 13 and newer [1] [1] https://www.gnu.org/software/gcc/gcc-13/porting_to.html Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
672cdcbb93
commit
75bbf645a6
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 - 1301 USA*/
|
|||
#ifdef LINUX_NATIVE_AIO
|
||||
# include <thread>
|
||||
# include <atomic>
|
||||
# include <cstdio>
|
||||
# include <libaio.h>
|
||||
# include <sys/syscall.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue