diff --git a/lib/tests/scaffold/55-char-array.c b/lib/tests/scaffold/55-char-array.c index 2423d400..8435a7c3 100644 --- a/lib/tests/scaffold/55-char-array.c +++ b/lib/tests/scaffold/55-char-array.c @@ -17,6 +17,8 @@ * You should have received a copy of the GNU General Public License * along with GNU Mes. If not, see . */ +#include +#include char g_hello[] = "hello\n" "world\n";