Use full path for izoom.h include file

This commit is contained in:
Jack Jansen 1993-01-19 15:33:13 +00:00
parent 3c2eb5c5cb
commit 09cbf9a7a6
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <gl/image.h>
#include <errno.h>
#include <izoom.h>
#include "/usr/people/4Dgifts/iristools/include/izoom.h"
static object * ImgfileError; /* Exception we raise for various trouble */