X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fipcp.h;h=0e449319b64bf56336a16ea297999716302dfd84;hb=607d8eadccfd62c1fa84a36bd1440bd48b4e55ca;hp=2ec8190cd53bde1a163997bfb757b71cf9c94b7e;hpb=182f4caedee9ea797656359d8b0594c3abd5f24b;p=ppp.git diff --git a/pppd/ipcp.h b/pppd/ipcp.h index 2ec8190..0e44931 100644 --- a/pppd/ipcp.h +++ b/pppd/ipcp.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_IPCP_H +#define PPP_IPCP_H + +#include "pppdconf.h" /* * Options. @@ -95,3 +99,5 @@ extern ipcp_options ipcp_hisoptions[]; char *ip_ntoa(u_int32_t); extern struct protent ipcp_protent; + +#endif /* PPP_IPCP_H */