From cca05586df157dd4161dc91b03cd6b03d5eb4ba4 Mon Sep 17 00:00:00 2001 From: "Christopher J. Morrone" <morrone2@llnl.gov> Date: Thu, 5 Jan 2006 22:27:24 +0000 Subject: [PATCH] Include missing header --- testsuite/expect/test7.3.io.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/expect/test7.3.io.c b/testsuite/expect/test7.3.io.c index b3b0ed7321a..9f588891ac2 100644 --- a/testsuite/expect/test7.3.io.c +++ b/testsuite/expect/test7.3.io.c @@ -30,6 +30,7 @@ #include <stdio.h> #include <stdlib.h> #include <unistd.h> +#include <string.h> int main(int argc, char **argv) { -- GitLab