Fix building with GCC 13

This commit is contained in:
Artem
2023-03-15 20:34:35 +00:00
committed by Adam Honse
parent f579b1cd15
commit 269ebeddb4
3 changed files with 3 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
#include "ENESMBusInterface_SpectrixS40G.h"
#include <sys/ioctl.h>
#include <cstring>
#include <cstdint>
/*---------------------------------------------------------------------*\
| Functions for submitting NVME admin passthrough command taken from |