Code

revert to using inttypes.h instead of stdint.h
[inkscape.git] / src / livarot / LivarotDefs.h
index 3e59cdab377e19d3bcaa1e41e30e65f5a5fca40e..d987bdef18588e885c95a8e56175a46211f82fe2 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#else
+#ifdef HAVE_INTTYPES_H
 # include <inttypes.h>
+#else
+# ifdef HAVE_STDINT_H
+#  include <stdint.h>
+# endif
 #endif
 
 // error codes (mostly obsolete)