From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 7515A46971A for ; Wed, 4 Dec 2019 14:37:22 +0300 (MSK) Received: by mail-lj1-f193.google.com with SMTP id e28so7662185ljo.9 for ; Wed, 04 Dec 2019 03:37:22 -0800 (PST) Date: Wed, 4 Dec 2019 14:37:20 +0300 From: Konstantin Osipov Message-ID: <20191204113720.GD6592@atlas> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v2 03/16] sql: move sql_prepare() declaration to box/execute.h List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikita Pettik Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org * Nikita Pettik [19/11/21 10:00]: > index 16507b334..e3a2c77ca 100644 > --- a/src/box/sql/legacy.c > +++ b/src/box/sql/legacy.c > @@ -37,6 +37,7 @@ > */ > > #include "sqlInt.h" > +#include "box/execute.h" > #include "box/session.h" looks like a stray change? -- Konstantin Osipov, Moscow, Russia