Message ID | 1319704692-4464-7-git-send-email-ken.werner@linaro.org |
---|---|
State | Accepted |
Commit | 3977724e82d8bc977d6c239716940e858451a4de |
Headers | show |
diff --git a/tests/Gtest-dyn1.c b/tests/Gtest-dyn1.c index fcb773d..e084813 100644 --- a/tests/Gtest-dyn1.c +++ b/tests/Gtest-dyn1.c @@ -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
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> --- tests/Gtest-dyn1.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)