Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gauthier Quesnel
irritator
Commits
36d565b6
Commit
36d565b6
authored
Mar 11, 2021
by
Gauthier Quesnel
Browse files
gui: fix macos port
Fix access to the MAXPATHLEN macro
parent
da0cf33e
Pipeline
#28033
passed with stage
in 1 minute and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/gui/dialog-file.cpp
View file @
36d565b6
...
...
@@ -23,6 +23,8 @@
#include <pwd.h>
#include <unistd.h>
#elif defined(__APPLE__)
#include <sys/param.h>
#include <sys/mount.h>
#include <errno.h>
#include <mach-o/dyld.h>
#include <pwd.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment