From dc14fb23880d9b9f2edfc9657e8c153debee2397 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 8 Jan 2003 22:12:01 +0000 Subject: [PATCH] Add in a patch from tcpdump-current (that will be included in the next import) to stop a segfault on ia64. Add a #include to get missing prototypes, particularly malloc(). Approved by: fenner --- contrib/tcpdump/print-esp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/tcpdump/print-esp.c b/contrib/tcpdump/print-esp.c index 1bdf76a8697..33edf8a1e47 100644 --- a/contrib/tcpdump/print-esp.c +++ b/contrib/tcpdump/print-esp.c @@ -50,6 +50,7 @@ static const char rcsid[] = #endif #include +#include #include "ip.h" #include "esp.h"