This is merely to make the glibc reviewer’s job easier, since the include location doesn’t matter. --- lib/obstack.in.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lib/obstack.in.h b/lib/obstack.in.h index 0f2677dba4..f53b78c15c 100644 --- a/lib/obstack.in.h +++ b/lib/obstack.in.h @@ -136,8 +136,6 @@ # endif #endif -#include <string.h> /* For memcpy, size_t. */ - /* These macros highlight the places where this implementation is different from the one in GNU libc. */ #if defined __GL_GNULIB_HEADER @@ -169,6 +167,9 @@ ((P) + ((- (_OBSTACK_UINTPTR_TYPE) (P)) & (A))) #endif +/* For memcpy, size_t. */ +#include <string.h> + #ifndef __attribute_pure__ # define __attribute_pure__ _GL_ATTRIBUTE_PURE #endif -- 2.49.0