aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.h')
-rw-r--r--src/thread.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/thread.h b/src/thread.h
index cf3ce922c46..1e7eb86f6ee 100644
--- a/src/thread.h
+++ b/src/thread.h
@@ -1,5 +1,5 @@
1/* Thread definitions 1/* Thread definitions
2Copyright (C) 2012-2021 Free Software Foundation, Inc. 2Copyright (C) 2012-2022 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -26,6 +26,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
26#endif 26#endif
27 27
28#ifdef MSDOS 28#ifdef MSDOS
29#include <time.h> /* struct rpl_timespec */
29#include <signal.h> /* sigset_t */ 30#include <signal.h> /* sigset_t */
30#endif 31#endif
31 32