Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] Include <string.h> to dis-asm.h to get strchr declaration
@ 2019-01-11  9:47 Павел Крюков
  2019-01-14 21:45 ` Simon Marchi
  0 siblings, 1 reply; 4+ messages in thread
From: Павел Крюков @ 2019-01-11  9:47 UTC (permalink / raw)
  To: gdb-patches

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>

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 <stdio.h>
+#include <string.h>
 #include "bfd.h"

   typedef int (*fprintf_ftype) (void *, const char*, ...)
ATTRIBUTE_FPTR_PRINTF_2;


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-15 17:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-11  9:47 [PATCH] Include <string.h> to dis-asm.h to get strchr declaration Павел Крюков
2019-01-14 21:45 ` Simon Marchi
     [not found]   ` <ba2125e4-19e6-9a94-e6c4-4d7472c91121@redhat.com>
2019-01-15 14:14     ` Simon Marchi
2019-01-15 17:50       ` John Baldwin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox