]> git.ozlabs.org Git - ppp.git/blobdiff - modules/vjcompress.c
Fixed compilation failure on Solaris due to new CHAP (missing chap-md5.o
[ppp.git] / modules / vjcompress.c
index 245ed4cef19c9c069fa0901a512d09ab46b2e817..0b170831d6ffaec9776f34889f640bdbd71305f8 100644 (file)
@@ -29,7 +29,7 @@
  * This version is used under SunOS 4.x, Digital UNIX, AIX 4.x,
  * and SVR4 systems including Solaris 2.
  *
- * $Id: vjcompress.c,v 1.10 1999/09/15 23:49:06 masputra Exp $
+ * $Id: vjcompress.c,v 1.11 2004/01/17 05:47:55 carlsonj Exp $
  */
 
 #include <sys/types.h>
@@ -56,6 +56,10 @@ typedef u_long  n_long;
 #include <netinet/in_systm.h>
 #endif
 
+#ifdef SOL2
+#include <sys/sunddi.h>
+#endif
+
 #include <netinet/ip.h>
 #include <netinet/tcp.h>