X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/9d046ee0503d4c8cbfcb200c88986de876f6cae7..a63600a1fc28dbc7ae7ce9f996829c49a25fb33c:/machdep.c diff --git a/machdep.c b/machdep.c index f1505fdf..2578b73c 100644 --- a/machdep.c +++ b/machdep.c @@ -23,13 +23,7 @@ #include #endif -/* - * XXX - all we need, on platforms other than DEC OSF/1 (a/k/a Digital UNIX, - * a/k/a Tru64 UNIX), is "size_t", which is a standard C type; what do we - * need to do to get it defined? This is clearly wrong, as we shouldn't - * have to include UNIX or Windows system header files to get it. - */ -#include "netdissect-stdinc.h" +#include #ifdef __osf__ #include @@ -37,6 +31,7 @@ #include #endif /* __osf__ */ +#include "varattrs.h" #include "machdep.h" /*