diff options
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index 1afcd08fb68..2724aeefd48 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -26,6 +26,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <sys/types.h> #include <sys/file.h> +#include <setjmp.h> #ifdef HAVE_UNISTD_H #include <unistd.h> |