diff options
Diffstat (limited to 'src/textprop.c')
-rw-r--r-- | src/textprop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/textprop.c b/src/textprop.c index 0018088b63e..e82af12d90a 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -18,6 +18,7 @@ You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> +#include <setjmp.h> #include "lisp.h" #include "intervals.h" #include "buffer.h" |