diff options
Diffstat (limited to 'src/xterm.c')
-rw-r--r-- | src/xterm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c index 72aea94e8b3..c77136eb64a 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -28,6 +28,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <signal.h> #include <stdio.h> +#include <setjmp.h> #ifdef HAVE_X_WINDOWS |