Skip to content

Commit

Permalink
Add missing include <cstdio>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kraj authored and grooverdan committed Jan 27, 2023
1 parent 672cdcb commit 75bbf64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tpool/aio_linux.cc
Expand Up @@ -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>

Expand Down

0 comments on commit 75bbf64

Please sign in to comment.