mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 07:20:55 +00:00
values.h does not exist on NetBSD. if'ed it out.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@12771 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d1582c3ccd
commit
ae1602efd4
1 changed files with 2 additions and 0 deletions
|
@ -25,7 +25,9 @@ static char rcsId[] = "$Id$";
|
|||
|
||||
#include <GSWeb/GSWeb.h>
|
||||
#include <math.h>
|
||||
#if !defined(__NetBSD__)
|
||||
#include <values.h>
|
||||
#endif
|
||||
|
||||
static NSDictionary* localMinMaxDictionary=nil;
|
||||
static NSMutableDictionary* associationsHandlerClasses=nil;
|
||||
|
|
Loading…
Reference in a new issue