]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/sys-solaris.c
Merge pull request #354 from pali/register-with-name
[ppp.git] / pppd / sys-solaris.c
index 8ba5ec1bf198027bdfd17932a296204a5dae53dd..d903721de9659b76653f1b57e29d16001de30677 100644 (file)
 #include <sys/ethernet.h>
 #endif
 
-#ifdef PPP_FILTER
+#ifdef PPP_WITH_FILTER
 #include <pcap.h>
 #endif
 
 #include "ipcp.h"
 #include "ccp.h"
 
+#ifdef PPP_WITH_IPV6CP
+#include "eui64.h"
+#endif
+
 #if !defined(PPP_DRV_NAME)
 #define PPP_DRV_NAME   "ppp"
 #endif /* !defined(PPP_DRV_NAME) */