added #include of <sys/types.h> to sigmisc.c
This commit is contained in:
parent
1105a33fe3
commit
9bdf648402
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
* <signal.h>. This is a C-file, which can't be included.
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <signal.h>
|
||||
#include <stddef.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue