summaryrefslogtreecommitdiffstats
path: root/sys/net/if_spppsubr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_spppsubr.c')
-rw-r--r--sys/net/if_spppsubr.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c
index cd266a7..d5f449f 100644
--- a/sys/net/if_spppsubr.c
+++ b/sys/net/if_spppsubr.c
@@ -17,9 +17,10 @@
*
* From: Version 2.4, Thu Apr 30 17:17:21 MSD 1997
*
- * $Id: if_spppsubr.c,v 1.29 1997/12/15 20:31:08 eivind Exp $
+ * $Id: if_spppsubr.c,v 1.30 1998/01/01 21:27:18 gj Exp $
*/
+#include "opt_inet.h"
#include "opt_ipx.h"
#include <sys/param.h>
@@ -45,6 +46,8 @@
#include <netinet/ip.h>
#include <netinet/tcp.h>
#include <netinet/if_ether.h>
+#else
+#error Huh? sppp without INET?
#endif
#ifdef IPX
OpenPOWER on IntegriCloud