From 0816afa1bf77ea63711cb110a2ec93ca42151389 Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 26 Feb 2009 15:04:26 +0000 Subject: [PATCH] responding to Bug #1582 - not all systems have stdint.h !!!! (what year is this???) --- plugin/gs/gvloadimage_gs.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugin/gs/gvloadimage_gs.c b/plugin/gs/gvloadimage_gs.c index f4d4b180f..e96b7bb03 100644 --- a/plugin/gs/gvloadimage_gs.c +++ b/plugin/gs/gvloadimage_gs.c @@ -19,7 +19,12 @@ #endif #include +#ifdef HAVE_STDINT_H #include +#endif +#ifdef HAVE_INTTYPES_H +#include +#endif #include #include "gvplugin_loadimage.h" -- 2.40.0