mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Add missing include and declarations
Add an include for config/options.h to src/ecmascript/spidermonkey.c and two missing declarations (struct form_view and struct form_state) to src/ecmascript/spidermonkey.h.
This commit is contained in:
parent
f113f6a156
commit
6cb3d30d09
@ -14,6 +14,7 @@
|
||||
|
||||
#include "bfu/dialog.h"
|
||||
#include "cache/cache.h"
|
||||
#include "config/options.h"
|
||||
#include "cookies/cookies.h"
|
||||
#include "dialogs/menu.h"
|
||||
#include "dialogs/status.h"
|
||||
|
@ -2,6 +2,8 @@
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_H
|
||||
|
||||
struct ecmascript_interpreter;
|
||||
struct form_view;
|
||||
struct form_state;
|
||||
struct string;
|
||||
|
||||
void *spidermonkey_get_interpreter(struct ecmascript_interpreter *interpreter);
|
||||
|
Loading…
Reference in New Issue
Block a user