mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Fix build failures with mujs
Closes: https://github.com/rkd77/elinks/issues/204 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
aa8d798981
commit
5cb6021918
@ -41,6 +41,9 @@
|
||||
/* Unsafe macros */
|
||||
#include "document/html/internal.h"
|
||||
|
||||
#if defined(CONFIG_ECMASCRIPT_SMJS) || defined(CONFIG_QUICKJS) || defined(CONFIG_MUJS)
|
||||
#include "ecmascript/ecmascript.h"
|
||||
#endif
|
||||
|
||||
void
|
||||
html_span(struct html_context *html_context, char *a,
|
||||
|
@ -27,6 +27,10 @@
|
||||
/* Unsafe macros */
|
||||
#include "document/html/internal.h"
|
||||
|
||||
#if defined(CONFIG_ECMASCRIPT_SMJS) || defined(CONFIG_QUICKJS) || defined(CONFIG_MUJS)
|
||||
#include "ecmascript/ecmascript.h"
|
||||
#endif
|
||||
|
||||
#if 0 //def CONFIG_XML
|
||||
#include <libxml++/libxml++.h>
|
||||
#endif
|
||||
|
@ -5,6 +5,8 @@
|
||||
/* In the future you will get DOM, a complete ECMAScript interface and free
|
||||
* plasm displays for everyone. */
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user