Skip to content

Commit

Permalink
Fix linux build, again
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo720 committed Aug 11, 2024
1 parent a89d755 commit 34538bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/xbe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "xbe.hpp"
#include "files.hpp"
#include "logger.hpp"
#include <cstring>


namespace xbe {
Expand Down
1 change: 1 addition & 0 deletions src/xiso.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "util.hpp"
#include "logger.hpp"
#include <utility>
#include <cstring>

#define SECTOR_SIZE 2048
#define ROOT_DIR_SECTOR 32
Expand Down

0 comments on commit 34538bd

Please sign in to comment.