Skip to content
Snippets Groups Projects
Commit 4c9a9b49 authored by tewk's avatar tewk
Browse files

Changed an include

parent a32cc2f0
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
/* eg. the maximum count of nodes any job may use in some partition */ /* eg. the maximum count of nodes any job may use in some partition */
#define INFINITE (0xffffffff) #define INFINITE (0xffffffff)
#include <src/common/slurm_protocol_defs.h> #include <src/common/slurm_protocol_api.h>
#include <stdio.h> #include <stdio.h>
/* last entry must be JOB_END */ /* last entry must be JOB_END */
......
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