From patchwork Tue Dec 29 22:21:44 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 7939521 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 992BCBEEED for ; Fri, 1 Jan 2016 14:55:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 640ED205EC for ; Fri, 1 Jan 2016 14:55:19 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 2796F205D6 for ; Fri, 1 Jan 2016 14:55:18 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 505066E3CB; Fri, 1 Jan 2016 06:55:16 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qg0-f54.google.com (mail-qg0-f54.google.com [209.85.192.54]) by gabe.freedesktop.org (Postfix) with ESMTPS id AC1856E128 for ; Tue, 29 Dec 2015 14:21:50 -0800 (PST) Received: by mail-qg0-f54.google.com with SMTP id e32so82735450qgf.3 for ; Tue, 29 Dec 2015 14:21:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=BrKVirtKyv2ca5GBcYHjqd8nYlylKufUHUSlZtAEg3U=; b=Qp0PPTYqSkz/ssFQBQdJBEP7pEjsXG7XExzIya6Tap1ameSggptFYgXqM5acLIAXzX ZJW3U3Vesu8Fdb1+IYMo3VfJVYDRHFYTjoFe0Qmc78OqqrOf8Nax/W3LguF71UbC1jEc bLN7Fq1448jdfyGYMi/9QR7efreMJw52ZPlp4VneHYD3rDKg7/SeyrvaDLs2BY7a6ELZ zIt89PYc49w/fS7+6RsEAQKbqOg5MRqwdUzL45G22yi+oLmxolcz7KUsRUheXtSrnyzo FeB9ZZxvdXeA2526dE7/jPavOKKqJaw9Wn3DTdPfkLGxNuXVOheOfTRbw9qjbX5YiOW+ Te/A== X-Received: by 10.141.0.4 with SMTP id b4mr86035574qhd.23.1451427709762; Tue, 29 Dec 2015 14:21:49 -0800 (PST) Received: from ip-96-114-220-84.ae.ccp.cable.comcast.com ([96.114.220.84]) by smtp.gmail.com with ESMTPSA id m127sm20353196qhm.43.2015.12.29.14.21.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 29 Dec 2015 14:21:49 -0800 (PST) From: Khem Raj To: dri-devel@lists.freedesktop.org Subject: [PATCH] tests/kms-steal-crtc: Include sys/select.h Date: Tue, 29 Dec 2015 22:21:44 +0000 Message-Id: <1451427704-82863-1-git-send-email-raj.khem@gmail.com> X-Mailer: git-send-email 2.6.4 X-Mailman-Approved-At: Fri, 01 Jan 2016 06:55:07 -0800 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, 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 Fixes errors e.g. error: implicit declaration of function 'select' and missing definitions of FD_* defines Signed-off-by: Khem Raj --- tests/kms/kms-steal-crtc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/kms/kms-steal-crtc.c b/tests/kms/kms-steal-crtc.c index 2f7f327..24d70ab 100644 --- a/tests/kms/kms-steal-crtc.c +++ b/tests/kms/kms-steal-crtc.c @@ -31,6 +31,7 @@ #include #include #include +#include #include