diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-04-25 22:15:50 -0300 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-07 18:28:52 +0000 |
| commit | d65de9b8864c49b84deb2f1b9a3352995d7fe696 (patch) | |
| tree | 1c39f0ed0fb2e2a3d23ded5b22230cdf0e13d1e9 /main/libzdb/missing-assert.patch | |
| parent | f5cf8a771108f1e4fc87a7f60c26567284929abb (diff) | |
| download | aports-d65de9b8864c49b84deb2f1b9a3352995d7fe696.tar.bz2 aports-d65de9b8864c49b84deb2f1b9a3352995d7fe696.tar.xz | |
main/libzdb: update to 3.2
Diffstat (limited to 'main/libzdb/missing-assert.patch')
| -rw-r--r-- | main/libzdb/missing-assert.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/libzdb/missing-assert.patch b/main/libzdb/missing-assert.patch new file mode 100644 index 0000000000..10e279d3b3 --- /dev/null +++ b/main/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; + |
