summaryrefslogtreecommitdiff
path: root/rcon-protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'rcon-protocol.h')
-rw-r--r--rcon-protocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rcon-protocol.h b/rcon-protocol.h
index fd83d79..35997c4 100644
--- a/rcon-protocol.h
+++ b/rcon-protocol.h
@@ -1,6 +1,9 @@
#ifndef foorconprotocolhfoo
#define foorconprotocolhfoo
+#include <stdbool.h>
+#include <stdint.h>
+
enum rcon_packet_type {
RCON_PACKET_LOGIN = 3,
RCON_PACKET_LOGIN_OK = 2,