From ec35e2621a945797cc4978ebf2e0fe0b0f436705 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 8 Mar 2022 18:46:47 -0800 Subject: Do not include from MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is because mod-test.c shouldn’t use source code from lib, but it does need to include . * lib-src/ebrowse.c, lib-src/emacsclient.c, lib-src/etags.c: * lib-src/make-docfile.c, lib-src/movemail.c: * lib-src/seccomp-filter.c, src/dynlib.h, src/lisp.h: * src/syssignal.h, src/sysstdio.h, src/systhread.h, src/tparam.h: Include . * src/conf_post.h: Do not include . All uses of attribute.h macros replaced with their _GL_ equivalents. --- src/dynlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dynlib.h') diff --git a/src/dynlib.h b/src/dynlib.h index ac3d8e58ab3..03b8f983564 100644 --- a/src/dynlib.h +++ b/src/dynlib.h @@ -20,6 +20,7 @@ along with GNU Emacs. If not, see . */ #ifndef DYNLIB_H #define DYNLIB_H +#include #include typedef void *dynlib_handle_ptr; -- cgit v1.2.1