﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
996	psModules/src/imcombine/pmSubtractionKernels.c uses strcasecmp without including strings.h	jester@…	Paul Price	"man strcasecmp says that it's declared in <strings.h> but pmSubtractionKernels.c only includes <string.h> without the s.

As far as I can tell, the fix seems to be simply adding

#include <strings.h> to psModules/src/imcombine/pmSubtractionKernels.c

This only seems to happen on MacOS, even though strcasecmp is also in <strings.h> on Linuxes. Go figure."	enhancement	closed	high		imcombine	2.3	minor	fixed		
