Skip to content

Commit 804a910

Browse files
committed
NetBSD doesn't have a values.h either.
1 parent 97dc429 commit 804a910

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/bf98spc.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@
3838

3939
#ifndef _WIN32
4040
#ifndef __FreeBSD__
41-
#ifndef __CYGWIN__
42-
#include <values.h>
41+
#ifndef __NetBSD__
42+
#ifndef __CYGWIN__
43+
#include <values.h>
44+
#endif
4345
#endif
4446
#endif
4547
#endif

0 commit comments

Comments
 (0)