Skip to content

Commit

Permalink
FileManager: Include limits.h for PATH_MAX
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs authored and awesomekling committed Feb 5, 2020
1 parent a3c79fc commit 385ba18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Applications/FileManager/PropertiesDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 385ba18

Please sign in to comment.