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:
parent
6f072a1034
commit
8f0a21480b
2 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue