From ea742f068aba4e04ead6670ecf3954260eced0e0 Mon Sep 17 00:00:00 2001 From: Martin Coufal Date: Feb 02 2024 14:30:22 +0000 Subject: CI Tests: fix /tests/Standardscompliance/bz531160-ldd-Vulnerable-to-Social-Engineering-Exploits * include 'unistd.h' --- 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()