]> git.ozlabs.org Git - ppp.git/commitdiff
Need to use the /include directory for SunOS
authorEivind Næss <eivnaes@yahoo.com>
Tue, 31 May 2022 03:20:24 +0000 (20:20 -0700)
committerEivind Næss <eivnaes@yahoo.com>
Fri, 15 Jul 2022 22:25:39 +0000 (15:25 -0700)
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
pppd/Makefile.am
pppd/sys-solaris.c

index 405671ae6f76a9887042c35b9b534ee58e191c4d..7dc6cdd33e5456b070974896163b6185265c6136 100644 (file)
@@ -79,6 +79,7 @@ endif
 
 if SUNOS
 pppd_SOURCES += sys-solaris.c
+pppd_CPPFLAGS += -I${top_srcdir}/include
 pppd_LIBS += -lsocket -lnsl
 endif
 
index 080a3b653629e19b40f136e338b5d2c153e2f016..d903721de9659b76653f1b57e29d16001de30677 100644 (file)
 #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) */