From patchwork Tue Feb 11 23:07:25 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 3633261 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id C09329F334 for ; Tue, 11 Feb 2014 23:07:50 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 06772201ED for ; Tue, 11 Feb 2014 23:07:46 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id F237320136 for ; Tue, 11 Feb 2014 23:07:44 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C7749FABA9; Tue, 11 Feb 2014 15:07:41 -0800 (PST) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-ea0-f177.google.com (mail-ea0-f177.google.com [209.85.215.177]) by gabe.freedesktop.org (Postfix) with ESMTP id 3421AFABA8 for ; Tue, 11 Feb 2014 15:07:39 -0800 (PST) Received: by mail-ea0-f177.google.com with SMTP id m10so1401877eaj.22 for ; Tue, 11 Feb 2014 15:07:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=from:to:cc:subject:date:message-id; bh=xlpPhr8ddO1juvhu0xNuF67GxRjASA5XoYaOf6L5BD8=; b=H8ejdK0W07PwB9Dmqdc/SJ/rGg24OQaU2fkePc1NZ2TEG3+EQ66CemHZxWgzc9Cnpt FN4/BLGNZIc/KJq2xJ9UEdwbKpACl2ja6tg4rFv7lKjvyC4n4XeQr8q77/aoFpHibQgO YpjdKC5w3MVJ2YtmOGI/25ECp5NIRJW0Lkq/8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=xlpPhr8ddO1juvhu0xNuF67GxRjASA5XoYaOf6L5BD8=; b=AX3EElpHhnSMbiU/s/RP7mV+6LxbbYNYKl9y4hFfYv06dkcuX9GvvoOrKH8xsxU5xH hoMXNZl0I+WtY8IcaTvq089+DOtM55/jl5CDUZez9qNOObTIozD8r1NoQSAlO3oSgWVP 94RhxIUszYKIgWhnOrcW70Stsn0MauzqPIfMJPpJ9G4le7KRpxsyVwPHtF5iKiGkjlid nNxgV3AwwEI2sc4q1QOepLF6wQABCDsNZt/yx7/pAOd1QlfZFQPjLq6Yan7TbVRHZltV vprStWYeah3g/tr0/XDlbDwtnlPgsppn4KNs90uwy1Rg6TA6r/ILfLezPtu8EU62po8T 7l9w== X-Gm-Message-State: ALoCoQmYkVNScn/QOX+3kCQm4tAYhVzL/qa3MGee7TWwazeqrWMUel77PzDj8zbGuheApmaa1Qn8 X-Received: by 10.14.194.193 with SMTP id m41mr54625een.76.1392160058464; Tue, 11 Feb 2014 15:07:38 -0800 (PST) Received: from phenom.ffwll.local (84-73-67-144.dclient.hispeed.ch. [84.73.67.144]) by mx.google.com with ESMTPSA id u6sm72875720eep.11.2014.02.11.15.07.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 11 Feb 2014 15:07:37 -0800 (PST) From: Daniel Vetter To: Intel Graphics Development Date: Wed, 12 Feb 2014 00:07:25 +0100 Message-Id: <1392160051-10998-1-git-send-email-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 1.8.5.2 Cc: Daniel Vetter Subject: [Intel-gfx] [PATCH 1/7] lib: fix header include X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: intel-gfx-bounces@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP drm/ path is for the headers from kernel sources, without when using the pkgconfig libdrm version. Cc: Damien Lespiau Signed-off-by: Daniel Vetter --- lib/igt_kms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/igt_kms.h b/lib/igt_kms.h index dd84a57328df..26edf4cba170 100644 --- a/lib/igt_kms.h +++ b/lib/igt_kms.h @@ -27,7 +27,7 @@ #include -#include +#include #include #include