From: ellson Date: Mon, 4 Sep 2006 13:34:05 +0000 (+0000) Subject: add "#ifdef HAVE_STDINT_H" around #include for Solaris X-Git-Tag: LAST_LIBGRAPH~32^2~5904 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=145c0d8cfd68968c449640bf11929e61a194a361;p=graphviz add "#ifdef HAVE_STDINT_H" around #include for Solaris Fix Bug#1011 --- diff --git a/plugin/gtk/gvdevice_gtk.c b/plugin/gtk/gvdevice_gtk.c index 785b7e29d..efae6f69e 100644 --- a/plugin/gtk/gvdevice_gtk.c +++ b/plugin/gtk/gvdevice_gtk.c @@ -18,7 +18,10 @@ #include "config.h" #endif +#ifdef HAVE_STDINT_H #include +#endif + #include "gvplugin_device.h" #ifdef HAVE_GTK