diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-18 04:09:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-18 04:09:03 +0000 |
commit | 3143c04f905275f5f07c4147c914e7f859b5fd7d (patch) | |
tree | a1c876b1a9765df05d6bbafb7622b1d8ebb7125c /packages/monotone/files/uclibc.database.hh.stdarg.patch | |
parent | 3b41e82b84f8c7777401fb6127122593bce17695 (diff) |
monotone 0.21 and associated patches
Diffstat (limited to 'packages/monotone/files/uclibc.database.hh.stdarg.patch')
-rw-r--r-- | packages/monotone/files/uclibc.database.hh.stdarg.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/monotone/files/uclibc.database.hh.stdarg.patch b/packages/monotone/files/uclibc.database.hh.stdarg.patch new file mode 100644 index 0000000000..1590b7dded --- /dev/null +++ b/packages/monotone/files/uclibc.database.hh.stdarg.patch @@ -0,0 +1,10 @@ +--- monotone-0.21/database.hh.orig 2005-07-17 19:59:00.312846093 -0700 ++++ monotone-0.21/database.hh 2005-07-17 19:59:56.259365537 -0700 +@@ -14,6 +14,7 @@ + #include <set> + #include <map> + #include <string> ++#include <stdarg.h> + + #include <boost/filesystem/path.hpp> + |