diff options
Diffstat (limited to 'databases/tarantool-c/files/patch-include_tp.h')
-rw-r--r-- | databases/tarantool-c/files/patch-include_tp.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/tarantool-c/files/patch-include_tp.h b/databases/tarantool-c/files/patch-include_tp.h new file mode 100644 index 000000000000..e12cea2444e4 --- /dev/null +++ b/databases/tarantool-c/files/patch-include_tp.h @@ -0,0 +1,11 @@ +--- include/tp.h.orig 2021-11-26 15:16:51 UTC ++++ include/tp.h +@@ -6,7 +6,7 @@ + #include <assert.h> + #include <stdarg.h> + +-#include <msgpuck/msgpuck.h> ++#include <msgpuck.h> + #include <sha1.h> + #include <base64.h> + |