aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.h')
-rw-r--r--src/thread.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/thread.h b/src/thread.h
index cb2133d72d4..19baafbf8a1 100644
--- a/src/thread.h
+++ b/src/thread.h
@@ -25,6 +25,10 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
25#include <sys/socket.h> 25#include <sys/socket.h>
26#endif 26#endif
27 27
28#ifdef MSDOS
29#include <signal.h> /* sigset_t */
30#endif
31
28#include "sysselect.h" /* FIXME */ 32#include "sysselect.h" /* FIXME */
29#include "systime.h" /* FIXME */ 33#include "systime.h" /* FIXME */
30#include "systhread.h" 34#include "systhread.h"