Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mkcl
mkcl
Commits
802e5b40
Commit
802e5b40
authored
May 11, 2020
by
Jean-Claude Beaudoin
Browse files
Make sure we include a definition of sigset_t early enough on any platform that cares.
parent
3e06c9fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/c/mkcl/mkcl.h
View file @
802e5b40
...
...
@@ -38,6 +38,7 @@
#include <setjmp.h>
/* setjmp and buffers */
#include <errno.h>
#include <stdlib.h>
#include <signal.h>
/* sigset_t */
#include <mkcl/config.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