From 8f0a21480babea5b22cba13a3bee722408ca57e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=9A=D1=80=D1=8E=D0=BA?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Fri, 11 Jan 2019 12:47:42 +0300 Subject: Include to dis-asm.h to get strchr declaration Include to dis-asm.h to get strchr declaration include/Changelog: 2019-01-11 Pavel I. Kryukov * dis-asm.h: include --- include/dis-asm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/dis-asm.h') diff --git a/include/dis-asm.h b/include/dis-asm.h index 0244475..22c593e 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*, ...) ATTRIBUTE_FPTR_PRINTF_2; -- cgit v1.1