Skip to content
Snippets Groups Projects
Commit 683a43d5 authored by Moe Jette's avatar Moe Jette
Browse files

Add needed #include to avoid bad variable casting on IA64.

parent 1822eb23
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include <sys/errno.h> #include <sys/errno.h>
#include "src/common/xmalloc.h" #include "src/common/xmalloc.h"
#include "src/common/xstring.h"
#include "src/common/xassert.h" #include "src/common/xassert.h"
#include "src/slurmd/common/run_script.h" #include "src/slurmd/common/run_script.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