0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-09-21 19:46:23 -04:00

[tests] compilation fix

This commit is contained in:
Witold Filipczyk
2022-10-13 15:53:54 +02:00
parent 40884da51f
commit 3276cb75a1
4 changed files with 12 additions and 4 deletions

View File

@@ -33,6 +33,10 @@
#include <stdio.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
struct document_view;
struct form_state;
struct form_view;
@@ -194,6 +198,10 @@ extern int local_storage_ready;
extern struct module ecmascript_module;
#ifdef __cplusplus
}
#endif
#endif
#endif