]> granicus.if.org Git - graphviz/commitdiff
still need stdint.h dance for intptr_t
authorellson <devnull@localhost>
Thu, 26 Feb 2009 16:01:43 +0000 (16:01 +0000)
committerellson <devnull@localhost>
Thu, 26 Feb 2009 16:01:43 +0000 (16:01 +0000)
lib/rbtree/stack.h

index a80fbdfb11ff9a4dc48827ed2bf3bf7ed43dbc3a..fb50ddad8901773f4e8d3f84112fc7f46a00aaa5 100755 (executable)
 extern "C" {
 #endif
 
+/* needed for intptr_t */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
+#if HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
+
 #include "misc.h"
 
 /*  CONVENTIONS:  All data structures for stacks have the prefix */