From patchwork Fri Jan 11 09:47:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?0J/QsNCy0LXQuyDQmtGA0Y7QutC+0LI=?= X-Patchwork-Id: 31033 Received: (qmail 105271 invoked by alias); 11 Jan 2019 09:47:56 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 105258 invoked by uid 89); 11 Jan 2019 09:47:56 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00, FROM_EXCESS_BASE64, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Received:Fri, H*c:alternative, H*F:D*ru X-HELO: mail-it1-f171.google.com Received: from mail-it1-f171.google.com (HELO mail-it1-f171.google.com) (209.85.166.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 11 Jan 2019 09:47:53 +0000 Received: by mail-it1-f171.google.com with SMTP id b5so2182682iti.2 for ; Fri, 11 Jan 2019 01:47:53 -0800 (PST) MIME-Version: 1.0 From: =?UTF-8?B?0J/QsNCy0LXQuyDQmtGA0Y7QutC+0LI=?= Date: Fri, 11 Jan 2019 12:47:42 +0300 Message-ID: Subject: [PATCH] Include to dis-asm.h to get strchr declaration To: gdb-patches@sourceware.org Include to dis-asm.h to get strchr declaration include/Changelog: 2019-01-11 Pavel I. Kryukov * dis-asm.h: include ATTRIBUTE_FPTR_PRINTF_2; diff --git a/include/dis-asm.h b/include/dis-asm.h index 77b9e61..02c7214 100644 --- a/include/dis-asm.h +++ b/include/dis-asm.h @@ -32,6 +32,7 @@ extern "C" { #endif #include +#include #include "bfd.h" typedef int (*fprintf_ftype) (void *, const char*, ...)