From a0e355e761adebb639c46ecc83ab2ce3380765e5 Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 26 Mar 2007 21:25:21 +0000 Subject: [PATCH] 2007-03-26 Frank Ch. Eigler * transport.c: Add #include for lookup_one_len. --- runtime/transport/ChangeLog | 4 ++++ runtime/transport/transport.c | 1 + 2 files changed, 5 insertions(+) diff --git a/runtime/transport/ChangeLog b/runtime/transport/ChangeLog index e588e546f..40519dee4 100644 --- a/runtime/transport/ChangeLog +++ b/runtime/transport/ChangeLog @@ -1,3 +1,7 @@ +2007-03-26 Frank Ch. Eigler + + * transport.c: Add #include for lookup_one_len. + 2007-03-26 Martin Hunt * symbols.c (_stp_do_module): If a module has no symbols, just diff --git a/runtime/transport/transport.c b/runtime/transport/transport.c index 51586dbdb..50348f346 100644 --- a/runtime/transport/transport.c +++ b/runtime/transport/transport.c @@ -15,6 +15,7 @@ #define _TRANSPORT_TRANSPORT_C_ #include +#include #include "transport.h" #include "time.c" #include "symbols.c" -- 2.43.5