From patchwork Sun Mar 18 15:39:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 887410 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-91125-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="vamI5T0m"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4043K51dvsz9sTH for ; Mon, 19 Mar 2018 02:39:20 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id; q=dns; s= default; b=PEpfW9NAnQcxNvYJwhgXdHXA+w3O9WqU/WYnHdh6nT0Wok+AyFTG+ RjguD5Xm5fh9299NIp/DazVQY/DawRv/kft06RIfXv/RPUGui+y2QLa1qYvtjn/D 9QOhnlPvTe1kX+XyAmwDOaknuJkQ7U4rP2i2F+tecVeaI/ZKZeJ3t8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id; s=default; bh=/MaO2J1kC6giHKFy23ru89JCZVk=; b=vamI5T0mJ4FDxtH75zPzDkbu25Xa WxvFVUGoYo5loZckpkUbBDuRUWySgsxJTM+K6JGD/Icfnx2Kta5/BhrXSEvYQ9ac QLLnB7vP0yIkVu6llOBAEE67wzgTl46IM+U6ozmIc2v9rn+DmkFiO4miEAIkNNyz V1h9hz9jNjlNFtA= Received: (qmail 75048 invoked by alias); 18 Mar 2018 15:39:14 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 74597 invoked by uid 89); 18 Mar 2018 15:39:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_HELO_PASS, SPF_NEUTRAL autolearn=ham version=3.3.2 spammy=Hx-languages-length:910, H*r:sk:static-, Hx-spam-relays-external:sk:static-, H*RU:sk:static- X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault Subject: [hurd,commited] hurd: Add missing include Date: Sun, 18 Mar 2018 16:39:08 +0100 Message-Id: <20180318153908.5378-1-samuel.thibault@ens-lyon.org> * sysdeps/mach/hurd/cthreads.c: Include . --- ChangeLog | 4 ++++ sysdeps/mach/hurd/cthreads.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index b9f90147f9..c0074a6c3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-03-18 Samuel Thibault + + * sysdeps/mach/hurd/cthreads.c: Include . + 2018-03-17 Samuel Thibault * hurd/hurdsig.c: Include . diff --git a/sysdeps/mach/hurd/cthreads.c b/sysdeps/mach/hurd/cthreads.c index 35689307b4..585650522a 100644 --- a/sysdeps/mach/hurd/cthreads.c +++ b/sysdeps/mach/hurd/cthreads.c @@ -18,6 +18,7 @@ #include #include #include +#include /* This serves as stub "self" pointer for libc locks when TLS is not initialized yet. */