From 9b8bc360e15dd9edf752b9e6c0f26c1ceba37882 Mon Sep 17 00:00:00 2001 From: Martin Coufal Date: Wed, 31 Jan 2024 10:16:26 +0100 Subject: [PATCH] CI Tests: fix /tests/Regression/bz827362-RHEL6-2-ftell-after-fseek-moves-the-offset-on-a * include 'wchar.h' --- .../test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Regression/bz827362-RHEL6-2-ftell-after-fseek-moves-the-offset-on-a/test.c b/tests/Regression/bz827362-RHEL6-2-ftell-after-fseek-moves-the-offset-on-a/test.c index 496fe4c..b8636bb 100644 --- a/tests/Regression/bz827362-RHEL6-2-ftell-after-fseek-moves-the-offset-on-a/test.c +++ b/tests/Regression/bz827362-RHEL6-2-ftell-after-fseek-moves-the-offset-on-a/test.c @@ -1,6 +1,7 @@ #include #include #include +#include int main(int argc, char** argv) {