From patchwork Mon Jul 29 21:31:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 18649 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-gh0-f199.google.com (mail-gh0-f199.google.com [209.85.160.199]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 3194C248E5 for ; Mon, 29 Jul 2013 21:31:39 +0000 (UTC) Received: by mail-gh0-f199.google.com with SMTP id g14sf707806ghb.2 for ; Mon, 29 Jul 2013 14:31:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-beenthere:x-forwarded-to:x-forwarded-for :delivered-to:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :x-google-group-id:list-post:list-help:list-archive:list-unsubscribe; bh=BRW7+dZc9RJhrOSae+plP/d7YqtQDhseo7ATAxniGA8=; b=lvDoSGwaPmeHGaw7ypKWucG22OMMyhTixhUqpzDJ6yLF/uu0UT/qdMlim+5oNyi+gQ Hauqte9fc7PiOjWKNG6B/PmJEKf+o9yEo7CA9ZZSE+OrhvnKFoYbZj1WE5DQouTgoarw /JrbNSoC0Jel0pe5wiHti9l+S4BXCIIJ/iFPa1vHwpf+iGCT6+ByovWqB12a+nLR3pj2 6y2U2vN4Tzc3Ywby4USSDq6vduD0HXS/F4FCmJF+pwSEF4S9SF8a2pU1MUKedPg/MPCZ /flBZyd2yyoUH7R4RtlB0VUniU08MVBCy4lz7uheY5cT9O4y06i9ETydTqBuTHXtr9pV COaw== X-Received: by 10.236.153.202 with SMTP id f50mr30420185yhk.48.1375133498552; Mon, 29 Jul 2013 14:31:38 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.0.236 with SMTP id 12ls2095316qeh.36.gmail; Mon, 29 Jul 2013 14:31:38 -0700 (PDT) X-Received: by 10.58.223.238 with SMTP id qx14mr25851036vec.98.1375133498410; Mon, 29 Jul 2013 14:31:38 -0700 (PDT) Received: from mail-vb0-f44.google.com (mail-vb0-f44.google.com [209.85.212.44]) by mx.google.com with ESMTPS id r1si5991988vco.138.2013.07.29.14.31.38 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Jul 2013 14:31:38 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.212.44 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.212.44; Received: by mail-vb0-f44.google.com with SMTP id e13so1553900vbg.31 for ; Mon, 29 Jul 2013 14:31:38 -0700 (PDT) X-Received: by 10.52.109.69 with SMTP id hq5mr8527439vdb.85.1375133498160; Mon, 29 Jul 2013 14:31:38 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.221.11.8 with SMTP id pc8csp138453vcb; Mon, 29 Jul 2013 14:31:37 -0700 (PDT) X-Received: by 10.66.25.232 with SMTP id f8mr61659936pag.25.1375133497260; Mon, 29 Jul 2013 14:31:37 -0700 (PDT) Received: from mail-pb0-f42.google.com (mail-pb0-f42.google.com [209.85.160.42]) by mx.google.com with ESMTPS id bw4si46660537pbc.133.2013.07.29.14.31.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Jul 2013 14:31:37 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.42 is neither permitted nor denied by best guess record for domain of john.stultz@linaro.org) client-ip=209.85.160.42; Received: by mail-pb0-f42.google.com with SMTP id un1so5185828pbc.1 for ; Mon, 29 Jul 2013 14:31:36 -0700 (PDT) X-Received: by 10.68.227.65 with SMTP id ry1mr69613696pbc.147.1375133496773; Mon, 29 Jul 2013 14:31:36 -0700 (PDT) Received: from localhost.localdomain (c-67-170-153-23.hsd1.or.comcast.net. [67.170.153.23]) by mx.google.com with ESMTPSA id om2sm21331095pbc.30.2013.07.29.14.31.35 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Jul 2013 14:31:36 -0700 (PDT) From: John Stultz To: Dhaval Giani Cc: John Stultz Subject: [PATCH 2/7] volatile-test: Fix waitpid warning Date: Mon, 29 Jul 2013 14:31:15 -0700 Message-Id: <1375133480-5597-3-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1375133480-5597-1-git-send-email-john.stultz@linaro.org> References: <1375133480-5597-1-git-send-email-john.stultz@linaro.org> X-Gm-Message-State: ALoCoQkAadyyrUbjAwvt8a0+Csn5SUEd+DbylEq4WIE+sDJE8sbgd96FBjGf7Wd3V9CyYtotn0o9 X-Original-Sender: john.stultz@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.44 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Make sure we include sys/wait.h to avoid waipid warnings at build. Signed-off-by: John Stultz --- volatile-test-signal.c | 1 + volatile-test.c | 1 + 2 files changed, 2 insertions(+) diff --git a/volatile-test-signal.c b/volatile-test-signal.c index ebca597..8c60451 100644 --- a/volatile-test-signal.c +++ b/volatile-test-signal.c @@ -5,6 +5,7 @@ #include #include #include +#include #include #include #include diff --git a/volatile-test.c b/volatile-test.c index 48b2ec3..e23b55c 100644 --- a/volatile-test.c +++ b/volatile-test.c @@ -5,6 +5,7 @@ #include #include #include +#include #include #include #include