From: ellson Date: Tue, 26 Jan 2010 18:24:35 +0000 (+0000) Subject: no stdint.h on solaris!! X-Git-Tag: LAST_LIBGRAPH~32^2~1463 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55777e98262146aa52b13da47e08ab7e790922bb;p=graphviz no stdint.h on solaris!! --- diff --git a/cmd/lefty/ws/x11/libfilereq/Draw.c b/cmd/lefty/ws/x11/libfilereq/Draw.c index c4c0e20a8..077992527 100644 --- a/cmd/lefty/ws/x11/libfilereq/Draw.c +++ b/cmd/lefty/ws/x11/libfilereq/Draw.c @@ -43,8 +43,16 @@ * erik@sra.co.jp */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include +#ifdef HAVE_STDINT_H #include +#endif +#ifdef HAVE_INTTYPES_H +#include +#endif #include "SFinternal.h" #include "xstat.h" #include