openexr_viewers includes needed

Bill Elswick <[email protected]> Thu, 07 Jul 2011 17:00:26 -0700
Newsgroups gmane.comp.video.openexr.user
Message-ID <[email protected]>
While trying to compile openexr_viewers on Ubuntu 10.04.02, 
applyCTL.cpp fails to compile because 'sscanf' and 'getenv' are undefined.

I needed to add:
#include <stdio.lib>	// for sscanf
#include <stdlib.h>	// for getenv

Cheers,
--Bill