Merge pull request #79 from leap0x7b/patch-1

Fix build on Fedora
This commit is contained in:
dingusdev 2024-03-11 06:52:06 -07:00 committed by GitHub
commit 3fd45abad8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#ifndef DMA_CORE_H
#define DMA_CORE_H
#include <cstdint>
#include <string>
enum DmaPullResult : int {