mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fix Build on Older Compilers
The strsignal() function is declared in <string.h> on those.
This commit is contained in:
parent
ec3081baab
commit
46c652b553
@ -30,6 +30,7 @@
|
||||
|
||||
#include <csignal>
|
||||
#include <iostream>
|
||||
#include <string.h> // strsignal()
|
||||
#include <sys/ioctl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user