commit | 5f7c3ff6a2e227418d363069ff89cf9d7f01fbc1 | [log] [tgz] |
---|---|---|
author | Jon Maloy <jon.maloy@ericsson.com> | Fri Jan 13 10:45:44 2006 +0000 |
committer | Per Liden <per.liden@ericsson.com> | Wed Jan 18 00:45:14 2006 +0100 |
tree | de2954670c63c9f9c584c7cec633f72047215aa3 | |
parent | 3860288ee8298bf2784e9a0c37d26d3a82941e35 [diff] [blame] |
[TIPC] Minor changes to #includes Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
diff --git a/net/tipc/core.h b/net/tipc/core.h index b69b60b..1a34cc9 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h
@@ -37,6 +37,11 @@ #ifndef _TIPC_CORE_H #define _TIPC_CORE_H +#include <linux/tipc.h> +#include <linux/tipc_config.h> +#include <net/tipc/tipc_msg.h> +#include <net/tipc/tipc_port.h> +#include <net/tipc/tipc_bearer.h> #include <net/tipc/tipc.h> #include <linux/types.h> #include <linux/kernel.h>