summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/i4b.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-10-19 15:56:56 +0000
committerbrian <brian@FreeBSD.org>2001-10-19 15:56:56 +0000
commit4a51aeed51a57c2aa6dd983d44d60a31a1ed2a84 (patch)
tree4e4474b62917271d764e18765f2aefd56773688f /usr.sbin/ppp/i4b.c
parent8c68d2bf5d13eda46b6c95243a583c4d8735ebd4 (diff)
downloadFreeBSD-src-4a51aeed51a57c2aa6dd983d44d60a31a1ed2a84.zip
FreeBSD-src-4a51aeed51a57c2aa6dd983d44d60a31a1ed2a84.tar.gz
Include the right i4b files for NetBSD
Diffstat (limited to 'usr.sbin/ppp/i4b.c')
-rw-r--r--usr.sbin/ppp/i4b.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/ppp/i4b.c b/usr.sbin/ppp/i4b.c
index 855bfce..a191bb0 100644
--- a/usr.sbin/ppp/i4b.c
+++ b/usr.sbin/ppp/i4b.c
@@ -39,9 +39,14 @@
#include <machine/i4b_ioctl.h>
#include <machine/i4b_rbch_ioctl.h>
#else
+#ifdef __NetBSD__
+#include <netisdn/i4b_ioctl.h>
+#include <netisdn/i4b_rbch_ioctl.h>
+#else
#include <i4b/i4b_ioctl.h>
#include <i4b/i4b_rbch_ioctl.h>
#endif
+#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
OpenPOWER on IntegriCloud