diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c index aaf2f0846dc..33dc68df48e 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -26,6 +26,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 26 | #include <limits.h> /* For CHAR_BIT. */ | 26 | #include <limits.h> /* For CHAR_BIT. */ |
| 27 | #include <setjmp.h> | 27 | #include <setjmp.h> |
| 28 | 28 | ||
| 29 | #ifdef ENABLE_CHECKING | ||
| 30 | #include <signal.h> /* For SIGABRT. */ | ||
| 31 | #endif | ||
| 32 | |||
| 29 | #ifdef HAVE_PTHREAD | 33 | #ifdef HAVE_PTHREAD |
| 30 | #include <pthread.h> | 34 | #include <pthread.h> |
| 31 | #endif | 35 | #endif |