Skip to content

Commit

Permalink
windows: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github committed Jun 29, 2024
1 parent e635cb1 commit 81ba40b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#include "toml++/toml.hpp"
#include "util.hpp"

#include <sys/types.h>

struct colors_t
{
std::string black;
Expand Down
1 change: 1 addition & 0 deletions include/display.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "config.hpp"

#include <string>
#include <sys/types.h>
#include <magic.h>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions include/parse.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "query.hpp"
#include "config.hpp"
#include <sys/types.h>

// Parse input, in-place, with data from systemInfo.
// Documentation on formatting is in the default config.toml file.
Expand Down
1 change: 1 addition & 0 deletions include/query.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <unordered_map>
#include <variant>
#include <string>
#include <sys/types.h>
#include <memory>

extern "C" {
Expand Down

0 comments on commit 81ba40b

Please sign in to comment.