]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/fsm.h
The use of <net/ppp_defs.h> isn't guranteed to exist on Linux (e.g. uclibc, buildroot...
[ppp.git] / pppd / fsm.h
index 75a36d52fe94e9172a0578ef5491a06e2fb26344..1cda6cffbde6b8addb4da1279689bc2b8caf153f 100644 (file)
  *
  * $Id: fsm.h,v 1.10 2004/11/13 02:28:15 paulus Exp $
  */
+#ifndef PPP_FSM_H
+#define PPP_FSM_H
+
+#include "pppdconf.h"
 
 /*
  * Packet header = Code, id, length.
@@ -158,3 +162,5 @@ void fsm_sdata (fsm *, int, int, u_char *, int);
  * Variables
  */
 extern int peer_mru[];         /* currently negotiated peer MRU (per unit) */
+
+#endif