X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6601e61aa18bf4f09af135ff61fc7f4771d23b06..0c530ab8987f0ae6a1a3d9284f40182b88852816:/bsd/netat/aurp_rd.c diff --git a/bsd/netat/aurp_rd.c b/bsd/netat/aurp_rd.c index 1140a2bf3..f43b3dece 100644 --- a/bsd/netat/aurp_rd.c +++ b/bsd/netat/aurp_rd.c @@ -27,6 +27,9 @@ * * File: rd.c */ + +#ifdef AURP_SUPPORT + #include #include #include @@ -115,3 +118,4 @@ void AURPrcvRDReq(state, m) /* respond to the going-down peer with an RI Ack packet */ AURPsndRIAck(state, m, 0); } +