diff options
Diffstat (limited to 'unmaintained/libzdb/missing-assert.patch')
-rw-r--r-- | unmaintained/libzdb/missing-assert.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/unmaintained/libzdb/missing-assert.patch b/unmaintained/libzdb/missing-assert.patch new file mode 100644 index 0000000000..10e279d3b3 --- /dev/null +++ b/unmaintained/libzdb/missing-assert.patch @@ -0,0 +1,13 @@ +diff --git a/test/zdbpp.cpp b/test/zdbpp.cpp +index 40d2eee..3fde62a 100644 +--- a/test/zdbpp.cpp ++++ b/test/zdbpp.cpp +@@ -1,6 +1,7 @@ + #include <iostream> + #include <string> + #include <map> ++#include <assert.h> + + #include "zdbpp.h" + using namespace zdb; + |