summaryrefslogtreecommitdiff
path: root/src/network/core/tcp.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-01-04 21:21:14 +0000
committerrubidium <rubidium@openttd.org>2007-01-04 21:21:14 +0000
commitb2f85eb044df4ea47ce53115f11a113d2914df24 (patch)
tree4c7e6ca9c865a3742f60ab96f7df1a62a5eaf374 /src/network/core/tcp.h
parentbfe4dcbc390e46b0e57e4521944c3839354d05ba (diff)
downloadopenttd-b2f85eb044df4ea47ce53115f11a113d2914df24.tar.xz
(svn r7834) -Codechange: cleanup the includes of network/core a little; include headers in headers when the header needs types/constants defined in them.
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.
*/