CI Tests: fix /tests/Regression/bz827362-RHEL6-2-ftell-after-fseek-moves-the-offset-on-a

* include 'wchar.h'
This commit is contained in:
Martin Coufal 2024-01-31 10:16:26 +01:00 committed by codonell
parent 306c1b65fa
commit 9b8bc360e1

View File

@ -1,6 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <locale.h>
#include <wchar.h>
int main(int argc, char** argv)
{