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
Vcsn
Vcsn
Commits
f10ba549
Commit
f10ba549
authored
Jan 15, 2019
by
Akim Demaille
Browse files
portability: don't use absolute paths to headers
There's no /usr/include on Mojave. * python/vcsn_cxx.cc: here.
parent
4fc9f537
Pipeline
#15138
failed with stage
in 10 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
python/vcsn_cxx.cc
View file @
f10ba549
...
...
@@ -8,7 +8,7 @@
// it safe: include it first, mascarading `label`.
#if defined __APPLE__
# define label macos_label
# include <
/usr/include/
sys/ucred.h>
# include <sys/ucred.h>
# undef label
#endif
...
...
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