blob: cba426b41f2d0204c055216dcb2748cd287f9285 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-af,v 1.2 2002/08/25 19:21:45 jlam Exp $
--- flow/gsl/gslcommon.c.orig Thu May 30 13:24:35 2002
+++ flow/gsl/gslcommon.c
@@ -23,7 +23,9 @@
#include <fcntl.h>
#include <sys/utsname.h>
#include <string.h>
+#if !defined(__NetBSD__)
#include <sched.h>
+#endif
#include <errno.h>
#include <sys/poll.h>
#include <sys/stat.h>
|