From patchwork Wed Aug 14 14:25:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 1147060 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-104420-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="gflyO8NC"; 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 467sLb6s6rz9sDB for ; Thu, 15 Aug 2019 00:25:27 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:to:subject:mime-version:content-type :content-transfer-encoding:message-id:from; q=dns; s=default; b= bjqSlv7VO8owIJ8Qg+OgpzGnsPoekLtg0br2oGIRdpxhXEwHUZ6aRQr4JSoWDY77 /5mQJGkuEXgkarLKwQ5bKqQrt4mKPcb8WF35aK8nXDpdKfqwIsBqIoGipYLoK8Us Lk29bge9yoeMadE8dIR3NpJnRlJid39+ZYXZMpvRZ2w= 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:date:to:subject:mime-version:content-type :content-transfer-encoding:message-id:from; s=default; bh=TQxCl0 LhqXu19d7sNhl+SUrQUWQ=; b=gflyO8NCwgA8dpwrmXgncbEhEJ/2sM+m064HUB M3h+sfsV9NFF4FfH53mh+juIDIjltwSs5jn0bVMl488MubCPPn/hGE73EeM1hgJw 2wuTjBI5FeEjl69K45Yp5wN0wsMyFzKuaogLSAeOHI8uaiOpyllamwSWoPsXmdGI jPxsI= Received: (qmail 112030 invoked by alias); 14 Aug 2019 14:25:22 -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 112021 invoked by uid 89); 14 Aug 2019 14:25:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_HELO_PASS, TVD_SPACE_RATIO autolearn=ham version=3.3.1 spammy= X-HELO: mx1.redhat.com Date: Wed, 14 Aug 2019 16:25:18 +0200 To: libc-alpha@sourceware.org Subject: [PATCH COMMITTED] support: Include in support_descriptors.c User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Message-Id: <20190814142518.2C5DE8445D35@oldenburg2.str.redhat.com> From: Florian Weimer 2019-08-14 Florian Weimer * support/support_descriptors.c: Include . diff --git a/support/support_descriptors.c b/support/support_descriptors.c index 00e437e9dc..848f56c6a0 100644 --- a/support/support_descriptors.c +++ b/support/support_descriptors.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include