CI Tests: fix Regression/bz455360-RHEL4-vfprintf-call-goes-into-recursive

* add 'gcc' to required packages
* include 'unistd.h'
This commit is contained in:
Martin Coufal 2024-01-30 18:25:44 +01:00 committed by codonell
parent 3eb443a2d1
commit d1b1cc9c26
2 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,7 @@ test: ./runtest.sh
framework: beakerlib
recommend:
- glibc
- gcc
tag:
- simple
- tier1_mfranc

View File

@ -1,5 +1,6 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
int
main (void)