From patchwork Mon Oct 22 12:00:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oliver McFadden X-Patchwork-Id: 1625351 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork1.kernel.org (Postfix) with ESMTP id 84723400E8 for ; Mon, 22 Oct 2012 12:01:42 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 66A469EFAC for ; Mon, 22 Oct 2012 05:01:42 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mga14.intel.com (mga14.intel.com [143.182.124.37]) by gabe.freedesktop.org (Postfix) with ESMTP id 6CCB09E740; Mon, 22 Oct 2012 05:00:32 -0700 (PDT) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 22 Oct 2012 05:00:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,629,1344236400"; d="scan'208";a="207439558" Received: from linux.jf.intel.com (HELO linux.intel.com) ([10.23.219.25]) by azsmga001.ch.intel.com with ESMTP; 22 Oct 2012 05:00:29 -0700 Received: from omcfadde-MOBL1.linux.intel.com (unknown [10.237.72.74]) by linux.intel.com (Postfix) with ESMTP id 66A3C2C8001; Mon, 22 Oct 2012 05:00:29 -0700 (PDT) Received: by omcfadde-MOBL1.linux.intel.com (Postfix, from userid 1000) id 0217412C285; Mon, 22 Oct 2012 15:00:27 +0300 (EEST) From: Oliver McFadden To: mesa-dev@lists.freedesktop.org, dri-devel@lists.freedesktop.org Subject: [PATCH 1/1] intel: corrected the header include path for recent Valgrind versions. Date: Mon, 22 Oct 2012 15:00:20 +0300 Message-Id: <1350907220-17271-1-git-send-email-oliver.mcfadden@linux.intel.com> X-Mailer: git-send-email 1.7.8.6 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org intel_bufmgr_gem.c:67:22: fatal error: valgrind.h: No such file or directory Signed-off-by: Oliver McFadden --- intel/intel_bufmgr_gem.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c index 8d45839..f5a468c 100644 --- a/intel/intel_bufmgr_gem.c +++ b/intel/intel_bufmgr_gem.c @@ -64,8 +64,8 @@ #include "i915_drm.h" #ifdef HAVE_VALGRIND -#include -#include +#include +#include #define VG(x) x #else #define VG(x)