]> git.ozlabs.org Git - ppp.git/blobdiff - modules/bsd-comp.c
pppoe: Custom host-uniq tag
[ppp.git] / modules / bsd-comp.c
index ed88b28f2c5b5c69e0f32261ea9caf54e16caebb..9d2b12ef047e2c047983e83bd19f77dcfe054a99 100644 (file)
@@ -41,7 +41,7 @@
  * This version is for use with STREAMS under SunOS 4.x,
  * Digital UNIX, AIX 4.x, and SVR4 systems including Solaris 2.
  *
- * $Id: bsd-comp.c,v 1.20 1996/08/28 06:31:57 paulus Exp $
+ * $Id: bsd-comp.c,v 1.21 2004/01/17 05:47:55 carlsonj Exp $
  */
 
 #ifdef AIX4
 #define BSD_LITTLE_ENDIAN
 #endif
 
+#ifdef SOL2
+#include <sys/sunddi.h>
+#endif
+
 #define PACKETPTR      mblk_t *
 #include <net/ppp-comp.h>