aboutsummaryrefslogtreecommitdiffstats
path: root/eval_intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval_intern.h')
-rw-r--r--eval_intern.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/eval_intern.h b/eval_intern.h
index ed27b8ba85..334b8d439a 100644
--- a/eval_intern.h
+++ b/eval_intern.h
@@ -28,7 +28,11 @@
#include <setjmp.h>
#ifdef __APPLE__
-#include <crt_externs.h>
+# ifdef HAVE_CRT_EXTERNS_H
+# include <crt_externs.h>
+# else
+# include "missing/crt_externs.h"
+# endif
#endif
#ifndef HAVE_STRING_H