mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:18:12 +00:00
FileManager: Include limits.h for PATH_MAX
This commit is contained in:
parent
a3c79fcdff
commit
385ba187bd
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
Add a link
Reference in a new issue