Include <string.h> to dis-asm.h to get strchr declaration

Include <string.h> to dis-asm.h to get strchr declaration

include/Changelog:
2019-01-11  Pavel I. Kryukov  <kryukov@frtk.ru>

        * dis-asm.h: include <string.h>
This commit is contained in:
Павел Крюков 2019-01-11 12:47:42 +03:00 committed by Simon Marchi
parent 6f072a1034
commit 8f0a21480b
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2019-01-14 Pavel I. Kryukov <kryukov@frtk.ru>
* dis-asm.h: include <string.h>
2019-01-10 Nick Clifton <nickc@redhat.com>
* Merge from GCC:

View file

@ -32,6 +32,7 @@ extern "C" {
#endif
#include <stdio.h>
#include <string.h>
#include "bfd.h"
typedef int (*fprintf_ftype) (void *, const char*, ...) ATTRIBUTE_FPTR_PRINTF_2;