From: Vladislav Shpilevoy <v.shpilevoy@tarantool.org> To: tarantool-patches@freelists.org Cc: vdavydov.dev@gmail.com Subject: [PATCH 4/5] int96: add a missing header Date: Sun, 14 Jul 2019 00:11:07 +0200 [thread overview] Message-ID: <b7c9d6b83eff73300e7e148e8a6757d720f2a252.1563054879.git.v.shpilevoy@tarantool.org> (raw) In-Reply-To: <cover.1563054879.git.v.shpilevoy@tarantool.org> --- src/lib/bit/int96.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/bit/int96.h b/src/lib/bit/int96.h index f615e2fe9..cdde0e995 100644 --- a/src/lib/bit/int96.h +++ b/src/lib/bit/int96.h @@ -33,6 +33,7 @@ #include <inttypes.h> #include <assert.h> +#include <stdbool.h> /** * 96-bit signed integer. -- 2.20.1 (Apple Git-117)
next prev parent reply other threads:[~2019-07-13 22:11 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-07-13 22:11 [PATCH 0/5] JSON update preparation Vladislav Shpilevoy 2019-07-13 22:11 ` [PATCH 1/5] tuple: remove alloc and alloc_ctx args from update() Vladislav Shpilevoy 2019-07-13 22:11 ` [PATCH 2/5] rope: make rope library macro template Vladislav Shpilevoy 2019-07-13 22:11 ` [PATCH 3/5] tuple: relax struct tuple_update dependency on rope Vladislav Shpilevoy 2019-07-13 22:11 ` Vladislav Shpilevoy [this message] 2019-07-13 22:11 ` [PATCH 5/5] tuple: implement update by field name Vladislav Shpilevoy 2019-07-31 12:15 ` [PATCH 0/5] JSON update preparation Vladimir Davydov 2019-07-31 20:36 ` [tarantool-patches] " Vladislav Shpilevoy 2019-08-22 21:18 ` Vladislav Shpilevoy 2019-08-27 22:08 ` [tarantool-patches] " Kirill Yukhin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=b7c9d6b83eff73300e7e148e8a6757d720f2a252.1563054879.git.v.shpilevoy@tarantool.org \ --to=v.shpilevoy@tarantool.org \ --cc=tarantool-patches@freelists.org \ --cc=vdavydov.dev@gmail.com \ --subject='Re: [PATCH 4/5] int96: add a missing header' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox