From 400235a6ae7e4b1b275ebaa1c77c7801b018351b Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 9 Nov 2006 17:53:41 +0000 Subject: 2006-11-09 Martin Hunt * librelay.c: Change all references to transport messages to use the new names with "_stp" prefix. (stp_main_loop): For STP_SYMBOLS, check pointer size and endianess to confirm staprun is compatible with the kernel. * librelay.h: Move a bunch of common includes here. * stpd.c: Cleanup includes. * symbols.c: Ditto. --- runtime/stpd/librelay.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'runtime/stpd/librelay.h') diff --git a/runtime/stpd/librelay.h b/runtime/stpd/librelay.h index 38d62369..15ef6c40 100644 --- a/runtime/stpd/librelay.h +++ b/runtime/stpd/librelay.h @@ -1,3 +1,14 @@ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + #include "../transport/transport_msgs.h" #ifdef DEBUG -- cgit