blob: faec5f30ea6bb4c15fc8e9557309523643b0c731 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
*** include/ixjlid.h.orig Tue Sep 2 17:32:20 2003
--- include/ixjlid.h Tue Sep 2 17:32:37 2003
***************
*** 253,260 ****
#include <linux/ixjuser.h>
#endif
#ifdef P_FREEBSD
! #include <sys/telephony.h>
! #include <sys/ixjuser.h>
#endif
#endif
--- 253,260 ----
#include <linux/ixjuser.h>
#endif
#ifdef P_FREEBSD
! #include "sys/telephony.h"
! #include "sys/ixjuser.h"
#endif
#endif
|