From: Guy Harris Date: Tue, 30 Jan 2018 00:23:11 +0000 (-0800) Subject: Put back an #endif. X-Git-Tag: tcpdump-4.99-bp~1314 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/5d55ad37615ac9ec2787d581800a5cedff94e719 Put back an #endif. Include on Digital/Tru64 UNIX to get snprintf(); we assume the versions on which people will build this (if any) will have it. (1998 called, they want their C library back....) --- diff --git a/machdep.c b/machdep.c index f55c2688..f1505fdf 100644 --- a/machdep.c +++ b/machdep.c @@ -32,8 +32,10 @@ #include "netdissect-stdinc.h" #ifdef __osf__ +#include #include #include +#endif /* __osf__ */ #include "machdep.h"