]> granicus.if.org Git - graphviz/commitdiff
no stdint.h on solaris!!
authorellson <devnull@localhost>
Tue, 26 Jan 2010 18:24:35 +0000 (18:24 +0000)
committerellson <devnull@localhost>
Tue, 26 Jan 2010 18:24:35 +0000 (18:24 +0000)
cmd/lefty/ws/x11/libfilereq/Draw.c

index c4c0e20a857af8757d3ce62537011069dde18287..077992527b076724d050fecaefac8c41255c0322 100644 (file)
  *         erik@sra.co.jp
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include <stdio.h>
+#ifdef HAVE_STDINT_H
 #include <stdint.h>
+#endif
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
 #include "SFinternal.h"
 #include "xstat.h"
 #include <X11/StringDefs.h>