summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2006-02-06 18:26:08 +0000
committerscislac <scislac@users.sourceforge.net>2006-02-06 18:26:08 +0000
commitec227983e582150674163569d96d28b17a3b9509 (patch)
tree30d33eb89b9b9e80f2912d37c484dea573123c01 /src
parentifdef'd win32 #include <zlib.h> to fix compile error (diff)
downloadinkscape-ec227983e582150674163569d96d28b17a3b9509.tar.gz
inkscape-ec227983e582150674163569d96d28b17a3b9509.zip
ifdef'd win32 #include <inttypes.h> to fix compile error
(bzr r96)
Diffstat (limited to 'src')
-rw-r--r--src/livarot/LivarotDefs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/livarot/LivarotDefs.h b/src/livarot/LivarotDefs.h
index d987bdef1..bf1326338 100644
--- a/src/livarot/LivarotDefs.h
+++ b/src/livarot/LivarotDefs.h
@@ -9,6 +9,10 @@
#ifndef my_defs
#define my_defs
+#if defined(WIN32) || defined(__WIN32__)
+# include <inttypes.h>
+#endif
+
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif