diff options
Diffstat (limited to 'libvisio/libvisio-0.0.1.patch')
-rw-r--r-- | libvisio/libvisio-0.0.1.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libvisio/libvisio-0.0.1.patch b/libvisio/libvisio-0.0.1.patch new file mode 100644 index 000000000000..b00f54fa065c --- /dev/null +++ b/libvisio/libvisio-0.0.1.patch @@ -0,0 +1,20 @@ +--- misc/libvisio-0.0.1/src/lib/libvisio_utils.h 2011-06-23 16:38:31.000000000 +0200 ++++ misc/build/libvisio-0.0.1/src/lib/libvisio_utils.h 2011-06-23 17:41:15.259239694 +0200 +@@ -31,17 +31,8 @@ + + #else + +-#ifdef HAVE_CONFIG_H +-#include <config.h> +-#endif +- +-#ifdef HAVE_STDINT_H + #include <stdint.h> +-#endif +- +-#ifdef HAVE_INTTYPES_H + #include <inttypes.h> +-#endif + + #endif + |