Skip to content

Commit

Permalink
fix: changed includes in rcon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Dec 17, 2023
1 parent 18181e0 commit fc5ad7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#include <arpa/inet.h>
#include <fcntl.h>
#include <unistd.h>
#include <chrono>
#include <thread>
#include <functional>

#define DEFAULT_TIMEOUT 4
#define HEADER_SIZE 14
Expand Down

0 comments on commit fc5ad7a

Please sign in to comment.