diff options
Diffstat (limited to 'src/xml.c')
-rw-r--r-- | src/xml.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xml.c b/src/xml.c index e462a1adf57..7bc6130b8b1 100644 --- a/src/xml.c +++ b/src/xml.c @@ -26,6 +26,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <libxml/HTMLparser.h> #include "lisp.h" +#include "character.h" #include "buffer.h" |