X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Flcp.h;h=c01313d869aa59015ff95262b7ddea0f0949c53b;hb=509f04959ad891d7f981f035ed461d51bd1f74b0;hp=984f86892fdd0f1969fae60f4bda78c861a5c731;hpb=2ae35d6c067d198c5e0bb4ac2d480271f3de3540;p=ppp.git diff --git a/pppd/lcp.h b/pppd/lcp.h index 984f868..c01313d 100644 --- a/pppd/lcp.h +++ b/pppd/lcp.h @@ -39,6 +39,10 @@ * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifndef PPP_LCP_H +#define PPP_LCP_H + +#include "pppdconf.h" /* * Options. @@ -131,3 +135,5 @@ extern struct protent lcp_protent; /* Default number of times we receive our magic number from the peer before deciding the link is looped-back. */ #define DEFLOOPBACKFAIL 10 + +#endif