From d7bbc1a1cd967cf602bcbb733388bdd6c57f0f01 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Wed, 22 May 2013 15:49:30 -0700 Subject: [PATCH] Put in missing header --- src/plugins/jobacct_gather/linux/jobacct_gather_linux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/jobacct_gather/linux/jobacct_gather_linux.c b/src/plugins/jobacct_gather/linux/jobacct_gather_linux.c index c431c6e0e17..54f355fb8fd 100644 --- a/src/plugins/jobacct_gather/linux/jobacct_gather_linux.c +++ b/src/plugins/jobacct_gather/linux/jobacct_gather_linux.c @@ -47,6 +47,7 @@ #include "src/common/slurm_protocol_api.h" #include "src/common/slurm_protocol_defs.h" #include "src/common/slurm_acct_gather_energy.h" +#include "src/common/slurm_acct_gather_infiniband.h" #include "src/slurmd/common/proctrack.h" #define _DEBUG 0 -- GitLab