diff options
Diffstat (limited to 'x11-libs/libPropList/files')
-rw-r--r-- | x11-libs/libPropList/files/libPropList-0.10.1-include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-libs/libPropList/files/libPropList-0.10.1-include.patch b/x11-libs/libPropList/files/libPropList-0.10.1-include.patch new file mode 100644 index 000000000000..c9c75cce86d2 --- /dev/null +++ b/x11-libs/libPropList/files/libPropList-0.10.1-include.patch @@ -0,0 +1,10 @@ +--- comparing.c.orig 1999-01-28 08:11:03.000000000 +0100 ++++ comparing.c 2010-09-18 05:52:24.000000000 +0200 +@@ -4,6 +4,7 @@ + + */ + ++#include <string.h> /* strcmp(), memcmp() */ + #include "proplistP.h" + + /* forward prototype */ |