Code

clean up tabs and DOS-ishness
[inkscape.git] / src / livarot / MyMath.h
index 371102f745ef532ca31e680324f75a7e3973aceb..58f70f3500668b90eb63579645fd5d6fe77b8dc4 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
 
 #ifdef HAVE_STDLIB_H