summaryrefslogtreecommitdiff
path: root/src/network/core/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/core/tcp.h')
-rw-r--r--src/network/core/tcp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/network/core/tcp.h b/src/network/core/tcp.h
index e3c307353..ab5c9b8e0 100644
--- a/src/network/core/tcp.h
+++ b/src/network/core/tcp.h
@@ -5,6 +5,9 @@
#ifdef ENABLE_NETWORK
+#include "os_abstraction.h"
+#include "packet.h"
+
/**
* @file tcp.h Basic functions to receive and send TCP packets.
*/