]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/fsm.c
pppd.8: Document netmask option
[ppp.git] / pppd / fsm.c
index 96d20e86e98db3160de9eda59033d578d8c4b6fe..09ff5e0517282d575442dc8362af929c5eb34ddd 100644 (file)
  * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 /*
  * TODO:
  * Randomize fsm id on link/init.
@@ -50,7 +54,7 @@
 #include <string.h>
 #include <sys/types.h>
 
-#include "pppd.h"
+#include "pppd-private.h"
 #include "fsm.h"