Skip to content
Snippets Groups Projects
Commit 687b9eb8 authored by Mark Grondona's avatar Mark Grondona
Browse files

only include contents once (wrap slurm.h in #ifndef _HAVE_SLURM_H ..)

parent 34d34ba5
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,9 @@
* See the SLURM administrator guide for more details.
*/
#ifndef _HAVE_SLURM_H
#define _HAVE_SLURM_H
#include <time.h>
#include "list.h"
......@@ -254,3 +257,4 @@ extern int Parse_Node_Name(char *NodeName, char **Format, int *Start_Inx, int *E
*/
extern int Read_SLURM_Conf (char *File_Name);
#endif /* !_HAVE_SLURM_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