From 2a0185b33ecf3f4f833381d39d0e1227e70f9aca Mon Sep 17 00:00:00 2001 From: Mark Grondona <mgrondona@llnl.gov> Date: Sat, 14 Dec 2002 01:44:02 +0000 Subject: [PATCH] o added missing #include <string.h> --- src/slurmd/mgr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slurmd/mgr.c b/src/slurmd/mgr.c index c340d95d81c..fd07ab6c2d2 100644 --- a/src/slurmd/mgr.c +++ b/src/slurmd/mgr.c @@ -39,6 +39,7 @@ #include <unistd.h> #include <pwd.h> #include <grp.h> +#include <string.h> #if HAVE_STDLIB_H # include <stdlib.h> -- GitLab