diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-01-20 10:51:35 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-01-20 10:52:06 +0100 |
commit | 32d4f05c022d785a86c6b0c39c74bc1ad46f6e61 (patch) | |
tree | 505b02a71ea5e5babe12a8bf99ece8769a80ef1b /libvisio/libvisio-0.0.14.patch | |
parent | 614feec5481ee618bea98dabab2df0281995385e (diff) |
Uploading even newer and even more shiny libvisio 0.0.14
Diffstat (limited to 'libvisio/libvisio-0.0.14.patch')
-rw-r--r-- | libvisio/libvisio-0.0.14.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libvisio/libvisio-0.0.14.patch b/libvisio/libvisio-0.0.14.patch new file mode 100644 index 000000000000..456f5aded3ee --- /dev/null +++ b/libvisio/libvisio-0.0.14.patch @@ -0,0 +1,20 @@ +--- misc/libvisio-0.0.14/src/lib/libvisio_utils.h ++++ misc/build/libvisio-0.0.14/src/lib/libvisio_utils.h +@@ -42,17 +42,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 + |