mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
FileManager: Include limits.h for PATH_MAX
This commit is contained in:
parent
a3c79fcdff
commit
385ba187bd
Notes:
sideshowbarker
2024-07-19 09:37:37 +09:00
Author: https://github.com/jcs Commit: https://github.com/SerenityOS/serenity/commit/385ba187bd1 Pull-request: https://github.com/SerenityOS/serenity/pull/1177
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
#include <LibGUI/GFilePicker.h>
|
||||
#include <LibGUI/GMessageBox.h>
|
||||
#include <LibGUI/GTabWidget.h>
|
||||
#include <limits.h>
|
||||
#include <pwd.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue