Skip to content

Commit db103a8

Browse files
committed
Include stdio header for signal handler
1 parent f2acc74 commit db103a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qsim_magic.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#include <signal.h>
55
#include <stdlib.h>
6+
#include <stdio.h>
67

78
#if defined(__arm__) || defined(__aarch64__)
89

0 commit comments

Comments
 (0)