15 lines
355 B
Plaintext
15 lines
355 B
Plaintext
--- lib/libxview/notify/sys_read.c.orig Tue Jun 29 07:18:01 1993
|
|
+++ lib/libxview/notify/sys_read.c Sun May 23 14:16:14 2010
|
|
@@ -15,7 +15,11 @@ static char sccsid[] = "@(#)sys_read.c 20.13 93/06
|
|
*/
|
|
|
|
#ifndef SVR4
|
|
+#ifndef __OpenBSD__
|
|
#include <syscall.h>
|
|
+#else
|
|
+#include <sys/syscall.h>
|
|
+#endif
|
|
#else SVR4
|
|
#include <sys/syscall.h>
|
|
#endif SVR4
|