mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
Add missing <signal.h> include directive
The testcase tests/Gtest-dyn1.c uses the signal() function and should therefore include the corresponding header file. Signed-off-by: Ken Werner <ken.werner@linaro.org>
This commit is contained in:
parent
91494b732b
commit
3977724e82
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <signal.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
#if UNW_TARGET_ARM
|
||||
|
|
Loading…
Reference in a new issue