From patchwork Fri Aug 25 09:04:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ga=C3=ABtan_Rivet?= X-Patchwork-Id: 27924 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 1AA217D6E; Fri, 25 Aug 2017 11:04:58 +0200 (CEST) Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id EF1177D67 for ; Fri, 25 Aug 2017 11:04:54 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id z132so7588277wmg.1 for ; Fri, 25 Aug 2017 02:04:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=QRIqfmeDF7dk9JZG/HyXxtRiQESDXJUxg4B3WMuX5Ew=; b=yC9vyeVOfPRYo91cLucer8gEi5YkBUYoB4wpf2BcuTLiTlFFWl1F85vzYOF5tI0Aq9 t9BWIS28uOPyz+/PFc7IHJlSY5h73a/reoFqIVSChp74BoDne4ATq0uU/D/sz7eM/Frj wg8BM6Rc4/QPi/WoyHfRotTzU9c1ukwYh37BZbipeVX8fbINUvOge351qm7CgahUYdR9 Moo33n4rA4DlMlvDtovafYXnsiIwa+kbQSbNbwX7rfww3Kpq1ec5Vnc50ry3O6ExyWw2 VVPh53PCiGAXmCUSAoquYjdo2ap2C+QFAVCYGhmicok1Kc2RGyfBLG72j+lNbtN3pErw Qa6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=QRIqfmeDF7dk9JZG/HyXxtRiQESDXJUxg4B3WMuX5Ew=; b=rDHakQ1ztXfj/QQmXvxNYdSgzATLfokd8p1PP606p1VyunH9XiFolTZ5hAT5KRhGIS QqpHO3PTb1kGwxECoB+Fq7bkcQdIPRHt1OXWponD8JtqkrGP18DHu1mMtNtV8GsYWGKA bTIpXjORRx4PEDaAjS/a6Xl0vm2N9Pn2094nC+rOO3gcb+JnTKkWsknKd9FGuqNcANHS 8c4d8xog+e9ygkWkQaDa6WDgWeJ42KK90BBI47NAN2Ap1wPcs0bEer98VhS2Hl6NOB4M 5ZfhZxpGlhaLmgPsFkXY0Fari4KXIeoS1AAS3bs3+VqFXEc4bnrp6pX/i9/3L2ufBF85 9CbA== X-Gm-Message-State: AHYfb5geDp1/Q+gS+lbOSfpxZ4sJHHpShz/QngqVGVGx5i/JB4ZoeoNs /irR+tbS82DiiA8Hbrk= X-Received: by 10.28.170.85 with SMTP id t82mr794060wme.39.1503651893928; Fri, 25 Aug 2017 02:04:53 -0700 (PDT) Received: from bidouze.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id q141sm782350wmb.11.2017.08.25.02.04.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 25 Aug 2017 02:04:53 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Fri, 25 Aug 2017 11:04:25 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: Subject: [dpdk-dev] [PATCH 03/13] bus: properly include rte_debug X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Gaetan Rivet --- lib/librte_eal/common/eal_common_bus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/librte_eal/common/eal_common_bus.c b/lib/librte_eal/common/eal_common_bus.c index 08bec2d..9d1be8a 100644 --- a/lib/librte_eal/common/eal_common_bus.c +++ b/lib/librte_eal/common/eal_common_bus.c @@ -35,6 +35,7 @@ #include #include +#include #include "eal_private.h"