mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
22 lines
415 B
Plaintext
22 lines
415 B
Plaintext
*** 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
|
|
|