Skip to content
Snippets Groups Projects
Commit b7b33cb1 authored by Alejandro Sanchez's avatar Alejandro Sanchez Committed by Tim Wickberg
Browse files

Include missing src/common/fd.h header in src/slurmctld/front_end.c.

Front-end builds wouldn't compile otherwise. Oversight of 3f947d45.

Bug 7146.
parent 2f278c41
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ documents those changes that are of interest to users and administrators. ...@@ -28,6 +28,7 @@ documents those changes that are of interest to users and administrators.
-- select/cons_res - fix debug flag SelectType handling in select_p_job_test. -- select/cons_res - fix debug flag SelectType handling in select_p_job_test.
-- Fix sacctmgr archive dump commit confirmation. -- Fix sacctmgr archive dump commit confirmation.
-- Prevent extra resources from being allocated when combining certain flags. -- Prevent extra resources from being allocated when combining certain flags.
-- Fix build with --enable-front-end configure option.
   
* Changes in Slurm 19.05.0 * Changes in Slurm 19.05.0
========================== ==========================
......
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
#include <unistd.h> #include <unistd.h>
#include "slurm/slurm.h" #include "slurm/slurm.h"
#include "src/common/fd.h"
#include "src/common/list.h" #include "src/common/list.h"
#include "src/common/log.h" #include "src/common/log.h"
#include "src/common/node_conf.h" #include "src/common/node_conf.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment