diff options
author | Simon Barner <barner@FreeBSD.org> | 2007-07-04 15:11:34 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2007-07-04 15:11:34 +0000 |
commit | 26ad9bb80657933d8e97109493df08b6d9574c36 (patch) | |
tree | 33e1d65584171bdad6c6e32e40425236a9a491c8 /devel/monotone | |
parent | ff9f11c4da9aae59f797f0053b0bfa2caecbe80c (diff) | |
download | ports-26ad9bb80657933d8e97109493df08b6d9574c36.tar.gz ports-26ad9bb80657933d8e97109493df08b6d9574c36.zip |
Notes
Diffstat (limited to 'devel/monotone')
-rw-r--r-- | devel/monotone/files/patch-numeric_vocab.hh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/monotone/files/patch-numeric_vocab.hh b/devel/monotone/files/patch-numeric_vocab.hh new file mode 100644 index 000000000000..911191caa822 --- /dev/null +++ b/devel/monotone/files/patch-numeric_vocab.hh @@ -0,0 +1,10 @@ +--- numeric_vocab.hh.orig Mon May 7 16:13:44 2007 ++++ numeric_vocab.hh Sat Jun 30 22:53:12 2007 +@@ -11,6 +11,7 @@ + // PURPOSE. + + #include <cstddef> ++#include <climits> + #include <limits> + + #include "mt-stdint.h" |