From patchwork Mon Apr 6 14:28:48 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Suykov X-Patchwork-Id: 4435 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.85.215.45; helo=mail-la0-f45.google.com; envelope-from=alex.suykov@gmail.com; receiver=b.a.t.m.a.n@lists.open-mesh.org Received: from mail-la0-f45.google.com (mail-la0-f45.google.com [209.85.215.45]) by open-mesh.org (Postfix) with ESMTPS id 7E9AB600E29 for ; Mon, 6 Apr 2015 16:28:55 +0200 (CEST) Received: by layy10 with SMTP id y10so20870355lay.0 for ; Mon, 06 Apr 2015 07:28:55 -0700 (PDT) X-Received: by 10.153.7.133 with SMTP id dc5mr9452403lad.17.1428330534901; Mon, 06 Apr 2015 07:28:54 -0700 (PDT) Received: from localhost ([188.163.76.19]) by mx.google.com with ESMTPSA id o8sm1033248lal.2.2015.04.06.07.28.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Apr 2015 07:28:54 -0700 (PDT) Date: Mon, 6 Apr 2015 17:28:48 +0300 From: Alex Suykov To: b.a.t.m.a.n@lists.open-mesh.org Message-ID: <4eb0df3fb11b2bc02ffb913cc4014dee9747beb6.1428329893.git.alex.suykov@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Subject: [B.A.T.M.A.N.] [PATCH v2 1/2] batctl: update packet.h to match batman-adv X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2015 14:28:55 -0000 Changes from https://lists.open-mesh.org:443/pipermail/b.a.t.m.a.n/2015-April/012961.html ported to batctl. Signed-off-by: Alex Suykov --- packet.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packet.h b/packet.h index b81fbbf..7a9cb7a 100644 --- a/packet.h +++ b/packet.h @@ -18,6 +18,9 @@ #ifndef _NET_BATMAN_ADV_PACKET_H_ #define _NET_BATMAN_ADV_PACKET_H_ +#include +#include + /** * enum batadv_packettype - types for batman-adv encapsulated packets * @BATADV_IV_OGM: originator messages for B.A.T.M.A.N. IV