CI Tests: fix Regression/bz455360-RHEL4-vfprintf-call-goes-into-recursive
* add 'gcc' to required packages * include 'unistd.h'
This commit is contained in:
parent
3eb443a2d1
commit
d1b1cc9c26
@ -77,6 +77,7 @@ test: ./runtest.sh
|
||||
framework: beakerlib
|
||||
recommend:
|
||||
- glibc
|
||||
- gcc
|
||||
tag:
|
||||
- simple
|
||||
- tier1_mfranc
|
||||
|
@ -1,5 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
int
|
||||
main (void)
|
||||
|
Loading…
Reference in New Issue
Block a user