Skip to content

Commit

Permalink
fixed build errors with gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
DHrpcs3 committed Sep 2, 2024
1 parent 7059f1f commit 2258504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orbis-kernel/src/ipmi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "utils/Logs.hpp"
#include <chrono>
#include <sys/mman.h>
#include <span>

orbis::ErrorCode orbis::ipmiCreateClient(Process *proc, void *clientImpl,
const char *name,
Expand Down

0 comments on commit 2258504

Please sign in to comment.