From ea742f068aba4e04ead6670ecf3954260eced0e0 Mon Sep 17 00:00:00 2001 From: Martin Coufal Date: Wed, 31 Jan 2024 12:53:53 +0100 Subject: [PATCH] CI Tests: fix /tests/Standardscompliance/bz531160-ldd-Vulnerable-to-Social-Engineering-Exploits * include 'unistd.h' --- .../interp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Standardscompliance/bz531160-ldd-Vulnerable-to-Social-Engineering-Exploits/interp.c b/tests/Standardscompliance/bz531160-ldd-Vulnerable-to-Social-Engineering-Exploits/interp.c index 965d3d1..4030866 100644 --- a/tests/Standardscompliance/bz531160-ldd-Vulnerable-to-Social-Engineering-Exploits/interp.c +++ b/tests/Standardscompliance/bz531160-ldd-Vulnerable-to-Social-Engineering-Exploits/interp.c @@ -1,3 +1,5 @@ +#include + #define MESG "you are not suppposed to see this\n" int main()