X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/db752b7f79065d0d90bec13694af6c2c6e32c5d3..b07acab03ae9f76fe822ff9239d705f48efd270d:/netdissect-stdinc.h diff --git a/netdissect-stdinc.h b/netdissect-stdinc.h old mode 100755 new mode 100644 index c7070f0a..8282c584 --- a/netdissect-stdinc.h +++ b/netdissect-stdinc.h @@ -394,6 +394,11 @@ struct in6_addr { * end of Apple deprecation workaround macros */ +/* + * Function attributes, for various compilers. + */ +#include "funcattrs.h" + #ifndef min #define min(a,b) ((a)>(b)?(b):(a)) #endif