diff options
Diffstat (limited to 'src/fns.c')
-rw-r--r-- | src/fns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fns.c b/src/fns.c index e1431251e24..be5d9a9b43e 100644 --- a/src/fns.c +++ b/src/fns.c @@ -24,6 +24,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <unistd.h> #endif #include <time.h> +#include <setjmp.h> /* Note on some machines this defines `vector' as a typedef, so make sure we don't use that name in this file. */ |