diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-11-29 11:50:52 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-11-29 11:51:18 +0100 |
commit | 11f91f16cad5dc01a1b6375134c8f5132acf3415 (patch) | |
tree | 062f70cbc8767672364d32bfa6b39e404ff42067 /libvisio/libvisio-0.0.11.patch | |
parent | dbc7e80af12287d9868bffd3ce18b848fcffa3f9 (diff) |
Uploading new release of libvisio
Diffstat (limited to 'libvisio/libvisio-0.0.11.patch')
-rw-r--r-- | libvisio/libvisio-0.0.11.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libvisio/libvisio-0.0.11.patch b/libvisio/libvisio-0.0.11.patch new file mode 100644 index 000000000000..91e9700a75d9 --- /dev/null +++ b/libvisio/libvisio-0.0.11.patch @@ -0,0 +1,20 @@ +--- misc/libvisio-0.0.11/src/lib/libvisio_utils.h ++++ misc/build/libvisio-0.0.11/src/lib/libvisio_utils.h +@@ -41,17 +41,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 + |