From ef469c365ec3bc1e3733c1d8ba016dce6ec893b3 Mon Sep 17 00:00:00 2001 From: Mark Grondona <mgrondona@llnl.gov> Date: Fri, 13 Jun 2003 20:39:07 +0000 Subject: [PATCH] o add string.h header to avoid warnings for strncpy --- src/common/plugin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/plugin.c b/src/common/plugin.c index 80c228b5409..a5ac27f4536 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -31,6 +31,7 @@ #include <sys/types.h> #include <stdio.h> #include <dlfcn.h> /* don't know if there's an autoconf for this. */ +#include <string.h> #include "src/common/plugin.h" #include <slurm/slurm_errno.h> -- GitLab