]> granicus.if.org Git - graphviz/commitdiff
add "#ifdef HAVE_STDINT_H" around #include for Solaris
authorellson <devnull@localhost>
Mon, 4 Sep 2006 13:34:05 +0000 (13:34 +0000)
committerellson <devnull@localhost>
Mon, 4 Sep 2006 13:34:05 +0000 (13:34 +0000)
Fix Bug#1011

plugin/gtk/gvdevice_gtk.c

index 785b7e29d3b6dabe7687011998df771a3ea68c1a..efae6f69e24f5bc720c66c2e173eadbfd2b90d67 100644 (file)
 #include "config.h"
 #endif
 
+#ifdef HAVE_STDINT_H
 #include <stdint.h>
+#endif
+
 #include "gvplugin_device.h"
 
 #ifdef HAVE_GTK