aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.h')
-rw-r--r--src/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thread.h b/src/thread.h
index d4cae360f68..64448007531 100644
--- a/src/thread.h
+++ b/src/thread.h
@@ -19,6 +19,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19#ifndef THREAD_H 19#ifndef THREAD_H
20#define THREAD_H 20#define THREAD_H
21 21
22#include <sys/types.h> /* for ssize_t used by regex.h */
22#include "regex.h" 23#include "regex.h"
23 24
24#ifdef WINDOWSNT 25#ifdef WINDOWSNT