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
This commit is contained in:
Peter Wemm 2003-01-08 22:12:01 +00:00
parent a90e161be3
commit dc14fb2388

View File

@ -50,6 +50,7 @@ static const char rcsid[] =
#endif
#include <stdio.h>
#include <unistd.h>
#include "ip.h"
#include "esp.h"