﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1060	strncasecmp and strcasecmp are in strings.h rather than string.h	Michael Wood-Vasey	Paul Price	"strncasecmp and strcasecmp are in ""strings.h"" instead of ""string.h"" for Mac OS X.  According to the BSD/MacOSX docs, this is the POSIX standard:



http://developer.apple.com/DOCUMENTATION/Darwin/Reference/ManPages/man3/strncasecmp.3.html

""""""
HISTORY
     The strcasecmp() and strncasecmp() functions first appeared in 4.4BSD.
     Their prototypes existed previously in <string.h> before they were moved
     to <strings.h> for IEEE Std 1003.1-2001 (``POSIX.1'') compliance.

BSD                              June 9, 1993                              BSD
""""""

Adding 

#include<strings.h>

to 

psLib/src/math/psUnaryOp.c
psLib/src/math/psBinaryOp.c

addresses this issue and allows psLib to compile on Mac OS X."	defect	closed	high		math	unspecified	minor	duplicate		
