aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/libzdb/missing-assert.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-07 08:40:54 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-07 18:28:52 +0000
commitcc71cfc7c67810e2a80b74559f7e50274eeb1183 (patch)
tree65ffe136a8a628f5e44514fa1226c784ae7ab721 /unmaintained/libzdb/missing-assert.patch
parentd65de9b8864c49b84deb2f1b9a3352995d7fe696 (diff)
downloadaports-cc71cfc7c67810e2a80b74559f7e50274eeb1183.tar.bz2
aports-cc71cfc7c67810e2a80b74559f7e50274eeb1183.tar.xz
unmaintained/libzdb: move from main
Diffstat (limited to 'unmaintained/libzdb/missing-assert.patch')
-rw-r--r--unmaintained/libzdb/missing-assert.patch13
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;
+