summaryrefslogtreecommitdiff
path: root/pppd/ccp.c
diff options
context:
space:
mode:
Diffstat (limited to 'pppd/ccp.c')
-rw-r--r--pppd/ccp.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/pppd/ccp.c b/pppd/ccp.c
index cfe94f8..088a163 100644
--- a/pppd/ccp.c
+++ b/pppd/ccp.c
@@ -36,11 +36,15 @@
#include <stdlib.h>
#include <string.h>
+#if defined(SOL2)
+#include <net/ppp-comp.h>
+#else
+#include <linux/ppp-comp.h>
+#endif
#include "pppd.h"
#include "fsm.h"
#include "ccp.h"
-#include <net/ppp-comp.h>
#include "chap_ms.h"
#include "mppe.h"