summaryrefslogtreecommitdiff
path: root/src/dynlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dynlib.h')
-rw-r--r--src/dynlib.h1
1 files changed, 1 insertions, 0 deletions
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 <https://www.gnu.org/licenses/>. */
#ifndef DYNLIB_H
#define DYNLIB_H
+#include <attribute.h>
#include <stdbool.h>
typedef void *dynlib_handle_ptr;