From: Paul Eggert Date: Mon, 5 May 2025 21:02:15 +0000 (-0700) Subject: * lib/obstack.in.h: Move include. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a47f6312d0a1a21206e73a68b6cd6597f016d376;p=thirdparty%2Fgnulib.git * lib/obstack.in.h: Move include. This is merely to make the glibc reviewer’s job easier, since the include location doesn’t matter. --- 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 /* 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 + #ifndef __attribute_pure__ # define __attribute_pure__ _GL_ATTRIBUTE_PURE #endif