From b2f85eb044df4ea47ce53115f11a113d2914df24 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 4 Jan 2007 21:21:14 +0000 Subject: (svn r7834) -Codechange: cleanup the includes of network/core a little; include headers in headers when the header needs types/constants defined in them. --- src/network/core/packet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/network/core/packet.h') diff --git a/src/network/core/packet.h b/src/network/core/packet.h index 2510c69a7..a44c6b50e 100644 --- a/src/network/core/packet.h +++ b/src/network/core/packet.h @@ -5,6 +5,8 @@ #ifdef ENABLE_NETWORK +#include "config.h" + /** * @file packet.h Basic functions to create, fill and read packets. */ -- cgit v1.2.3-54-g00ecf