From patchwork Sat Mar 3 22:59:28 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 881105 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-90762-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="tFJ3pnaC"; 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 3zv1p51zy6z9sWj for ; Sun, 4 Mar 2018 09:59:41 +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=pnP/OC6kYO2wOk8ioFKFf6iEqi+4D9RxuV7FIkWjgpR7WdhvRMvPP ibDylrSCHM1Zj9JrZfwKVnajLNBvfB464/nrsm7fWkIRHslMY5ztJCEd2G+Sj302 +ePjenxuZ324fwDtLD3BOi95ldC15fImFF0FfSwwhVU972sSFUv9Gc= 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=cTaFR489L6x3GP3VR0yav8c1Jro=; b=tFJ3pnaCYTAczc1V+6i22MQM/AmG R2R3lQjTOOO7n54vitsePvIqnnj3wMd/95JHEL4YhVfd3D3EM9rY8qao4rQ13Ubl T5idRjXucL6NO4/RYZg6cOJKFVRbtOHQw9yzDZjJ8lk37idJYrfyJpVoWyvTDvHr JiAW2/pNhClmCUY= Received: (qmail 20968 invoked by alias); 3 Mar 2018 22:59:35 -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 20959 invoked by uid 89); 3 Mar 2018 22:59:35 -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=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 includes Date: Sat, 3 Mar 2018 23:59:28 +0100 Message-Id: <20180303225928.23605-1-samuel.thibault@ens-lyon.org> * hurd/hurd/id.h: Include * hurd/hurd/ioctl.h: Include * hurd/hurd/lookup.h: Include --- ChangeLog | 3 +++ hurd/hurd/id.h | 1 + hurd/hurd/ioctl.h | 1 + hurd/hurd/lookup.h | 2 ++ 4 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index dd65beebc6..c1d6dde45a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ 2018-03-03 Samuel Thibault * scripts/check-installed-headers.sh: Ignore Hurd and Mach headers. + * hurd/hurd/id.h: Include + * hurd/hurd/ioctl.h: Include + * hurd/hurd/lookup.h: Include 2018-03-03 Andreas Schwab diff --git a/hurd/hurd/id.h b/hurd/hurd/id.h index b181d3c458..28563c9618 100644 --- a/hurd/hurd/id.h +++ b/hurd/hurd/id.h @@ -20,6 +20,7 @@ #define _HURD_ID_H 1 #include +#include #include /* For `struct mutex'. */ diff --git a/hurd/hurd/ioctl.h b/hurd/hurd/ioctl.h index 0676315802..ae74898255 100644 --- a/hurd/hurd/ioctl.h +++ b/hurd/hurd/ioctl.h @@ -22,6 +22,7 @@ #define __need___va_list #include #include +#include /* Type of handler function, called like ioctl to do its entire job. */ diff --git a/hurd/hurd/lookup.h b/hurd/hurd/lookup.h index d84fef58a5..9a1f58058f 100644 --- a/hurd/hurd/lookup.h +++ b/hurd/hurd/lookup.h @@ -19,6 +19,8 @@ #ifndef _HURD_LOOKUP_H #define _HURD_LOOKUP_H 1 +#include + /* These functions all take two callback functions as the first two arguments. The first callback function USE_INIT_PORT is called as follows: