mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 15:49:11 +00:00
Shell: Explicitly declare 'environ' to make the macOS Lagom build happy
This commit is contained in:
parent
4eb967b5eb
commit
cd8495f1d4
Notes:
sideshowbarker
2024-07-19 04:49:31 +09:00
Author: https://github.com/alimpfard
Commit: cd8495f1d4
Pull-request: https://github.com/SerenityOS/serenity/pull/2799
2 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
|
||||
static bool s_disable_hyperlinks = false;
|
||||
extern RefPtr<Line::Editor> editor;
|
||||
extern char** environ;
|
||||
|
||||
//#define SH_DEBUG
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue