summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview/files/patch-lib+libxview+notify+sys_read.c
blob: bc68b9c9e714f4ad5241cfbee6d7ad9803bde542 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*** lib/libxview/notify/sys_read.c~	Mon Jun 28 22:18:01 1993
--- lib/libxview/notify/sys_read.c	Tue Nov 22 08:16:11 1994
***************
*** 15,21 ****
--- 15,25 ----
   */
  
  #ifndef SVR4
+ #ifndef __FreeBSD__
  #include <syscall.h>
+ #else
+ #include <sys/syscall.h>
+ #endif
  #else SVR4
  #include <sys/syscall.h>
  #endif SVR4