Skip to content

Commit

Permalink
Fix Alpine build
Browse files Browse the repository at this point in the history
  • Loading branch information
yungcomputerchair committed Oct 29, 2024
1 parent bc8882d commit cd55f16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/settings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <stdint.h>
#include <string>
#include <time.h>

namespace settings {
extern int VERBOSITY;
Expand All @@ -16,7 +17,7 @@ namespace settings {
extern std::string SHARDSERVERIP;
extern bool LOCALHOSTWORKAROUND;
extern bool ANTICHEAT;
extern int64_t TIMEOUT;
extern time_t TIMEOUT;
extern int VIEWDISTANCE;
extern bool SIMULATEMOBS;
extern int SPAWN_X;
Expand Down

0 comments on commit cd55f16

Please sign in to comment.