mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[ecmascript] Compilation fixes
This commit is contained in:
parent
02c8c6e0b1
commit
d2bbe4cf0a
@ -63,13 +63,16 @@
|
||||
|
||||
#ifdef CONFIG_ECMASCRIPT
|
||||
#include "ecmascript/ecmascript.h"
|
||||
#include <libxml++/libxml++.h>
|
||||
#include <map>
|
||||
#endif
|
||||
#ifdef CONFIG_ECMASCRIPT_SMJS
|
||||
#include "ecmascript/spidermonkey.h"
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_ECMASCRIPT_SMJS) || defined(CONFIG_QUICKJS) || defined(CONFIG_MUJS)
|
||||
#include <libxml++/libxml++.h>
|
||||
#include <map>
|
||||
#endif
|
||||
|
||||
#include "main/module.h"
|
||||
#include "main/object.h"
|
||||
#include "network/dns.h"
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "ecmascript/mujs/element.h"
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_ECMASCRIPT
|
||||
#if defined(CONFIG_ECMASCRIPT_SMJS) || defined(CONFIG_QUICKJS) || defined(CONFIG_MUJS)
|
||||
#include <libxml++/libxml++.h>
|
||||
#include <map>
|
||||
#endif
|
||||
|
@ -40,7 +40,7 @@
|
||||
#include "ecmascript/mujs/element.h"
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_ECMASCRIPT
|
||||
#if defined(CONFIG_ECMASCRIPT_SMJS) || defined(CONFIG_QUICKJS) || defined(CONFIG_MUJS)
|
||||
#include <libxml++/libxml++.h>
|
||||
#include <map>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user