summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/TSRM.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h
index c399e243c0..54b3ce1214 100644
--- a/TSRM/TSRM.h
+++ b/TSRM/TSRM.h
@@ -67,9 +67,7 @@ typedef int ts_rsrc_id;
# define MUTEX_T pthread_mutex_t *
#endif
-#ifdef HAVE_SIGNAL_H
#include <signal.h>
-#endif
typedef void (*ts_allocate_ctor)(void *);
typedef void (*ts_allocate_dtor)(void *);