From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f181.google.com (mail-wr0-f181.google.com [209.85.128.181]) by dpdk.org (Postfix) with ESMTP id EDD4537A6 for ; Wed, 21 Jun 2017 01:37:15 +0200 (CEST) Received: by mail-wr0-f181.google.com with SMTP id 77so111621861wrb.1 for ; Tue, 20 Jun 2017 16:37:15 -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=5cNf00Cj6v4+cqwqRfHonokUQnX2FyBQfpcGTjF6SMw=; b=cDd4DXGi/t9TEUXpyOME4mvbjKVAM7t5j0zj13flP3/KeocC7ugqE5ev7tK2ln5KuD RYOaXldHtv8fjOEKyheUTSQRvyvWvixZ4BCtb230njW6E83fvzyFlMCtR+N6Y/wYFPNV Xxz0JVCWtcWse8E/+QhA0jeyOfhrSH2ITv/zaTlqkiTV3yF4s/evDnLgNGo02Ddrx/PF /ChtGLk3r+YvRo7gq118PFCfqnCgfBhuohtX8m72Tx2keqTRpv+Ui0cgnx5p757BCv4s Arb2WbeIje1xKsK3RGC2U5iNABp/V4DzLHoat4Qd1gr2SOupwACdD3bxPpPUiG3z1MNX 789Q== 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=5cNf00Cj6v4+cqwqRfHonokUQnX2FyBQfpcGTjF6SMw=; b=S+WIZIKbM1eIhMvMfDyCk1or3tWGkMvZGQzo539zcl5CCJjUi4KuHl/ehpee+Wj5kP +CP9QQLEjrtDI4pM7eE1qihjjaOwdW2PwnYYo/EvD1swshrVYnIsf91/BWvL0XVQ1p0C AabE6PB8BEJ8DuixyoNlDBsoXfx++8aCP4bdV/aVgIABwJnmkpoH3I444wJztdMqFyqW MXahCb9PhiLGol42yQEpJdzXDElSXRxHJjTHlUhGmDP4yAw15I5yb4I75tQa2eN8kS6y n80PFfUc9TxtQ8B8S88yx7mRKq2CPf1/PTZPSKeM/bienZFuwZfUeoh1o+kTGABgRiat hFTw== X-Gm-Message-State: AKS2vOwj9jM8bPDVtXKzmgRVtruU591NIgtgyQ/EjCXtWPD81w2Ps7Af UQQC4NIkMbbMoPIqpy0= X-Received: by 10.28.150.17 with SMTP id y17mr4425222wmd.51.1498001835434; Tue, 20 Jun 2017 16:37:15 -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 92sm16634785wrb.55.2017.06.20.16.37.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 20 Jun 2017 16:37:14 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Wed, 21 Jun 2017 01:36:52 +0200 Message-Id: <4a5ed1297b9b79329179e8aae8fd336bf98f6b97.1497999952.git.gaetan.rivet@6wind.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: Subject: [dpdk-dev] [PATCH v3 4/9] 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: , X-List-Received-Date: Tue, 20 Jun 2017 23:37:16 -0000 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 e9fbc03..7e8d50b 100644 --- a/lib/librte_eal/common/eal_common_bus.c +++ b/lib/librte_eal/common/eal_common_bus.c @@ -36,6 +36,7 @@ #include #include +#include #include "eal_private.h" -- 2.1.4