From patchwork Fri Feb 6 19:42:01 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Emil Velikov X-Patchwork-Id: 5794361 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 84089BF440 for ; Fri, 6 Feb 2015 19:42:33 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C33AE20123 for ; Fri, 6 Feb 2015 19:42:32 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 07521200E1 for ; Fri, 6 Feb 2015 19:42:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 067026E330; Fri, 6 Feb 2015 11:42:30 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-we0-f175.google.com (mail-we0-f175.google.com [74.125.82.175]) by gabe.freedesktop.org (Postfix) with ESMTP id 84EE66E330 for ; Fri, 6 Feb 2015 11:42:28 -0800 (PST) Received: by mail-we0-f175.google.com with SMTP id p10so15737996wes.6 for ; Fri, 06 Feb 2015 11:42:27 -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:in-reply-to:references; bh=ZtD5UVnHbPrXPTh2rmlmLb77gE4Lv3MOTJgAA0DGI/A=; b=zePVuDAmY4BG8DlfESn++z5r5Bl/f+T7zqVLUnl7u2AhL6VUl0tG5E95rPdOi1EiSd aU7V/+7sQsmMNd8uH6IyCmtn0A/eNY3soixCnjVgQPdLJAh+yfkkEUqJVlPlQRK61WXK aToeJLuRygTMX9YySiR1Gm0GLN8gAz3ws2/IkmVmxiNobMm6/3pXL+UtfnSlr3cSs7IH eyW63HJW08LHuZ2NwaBlcp58DnFaomnV2nxA0J+IzLamv9ZvI94eLkDpTp9Zh25TQdwg Cjw2Hw8vYGWaaX7VOGDa8K7pN7asBpmPYA6nzD8nmjR6yIYn/zMmM2gCEz+3uu4kw7+1 2ckg== X-Received: by 10.180.76.52 with SMTP id h20mr6561848wiw.78.1423251747800; Fri, 06 Feb 2015 11:42:27 -0800 (PST) Received: from arch-laptop.localdomain (cpc12-croy20-2-0-cust52.croy.cable.virginm.net. [82.44.54.53]) by mx.google.com with ESMTPSA id u17sm2757950wij.2.2015.02.06.11.42.26 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 06 Feb 2015 11:42:26 -0800 (PST) From: Emil Velikov To: dri-devel@lists.freedesktop.org Subject: [PATCH 1/2] util: add missing include Date: Fri, 6 Feb 2015 19:42:01 +0000 Message-Id: <1423251722-26176-1-git-send-email-emil.l.velikov@gmail.com> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1422557230-22155-1-git-send-email-emil.l.velikov@gmail.com> References: <1422557230-22155-1-git-send-email-emil.l.velikov@gmail.com> Cc: emil.l.velikov@gmail.com 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, T_DKIM_INVALID, T_RP_MATCHES_RCVD, 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 Required by strcmp, otherwise we'll error out of the build with the following commit. Signed-off-by: Emil Velikov --- tests/util/format.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/util/format.c b/tests/util/format.c index c365ceb..52b3f97 100644 --- a/tests/util/format.c +++ b/tests/util/format.c @@ -29,6 +29,7 @@ #include #include +#include #include