From 42bcf2e96ef4ab7213d7e94bdfec20d25c63f843 Mon Sep 17 00:00:00 2001 From: Brad King <brad.king@kitware.com> Date: Fri, 1 Oct 2004 11:36:38 -0400 Subject: [PATCH] ERR: Added missing include of string.h --- testProcess.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testProcess.c b/testProcess.c index 32ee821c..6b94e8f0 100644 --- a/testProcess.c +++ b/testProcess.c @@ -14,6 +14,7 @@ #include <kwsys/Process.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #if defined(_WIN32) # include <windows.h> -- GitLab