From 683a43d5fae579bfa0010a1a2f66443bd9bc4273 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Mon, 12 Dec 2005 23:48:51 +0000
Subject: [PATCH] Add needed #include to avoid bad variable casting on IA64.

---
 src/slurmd/common/run_script.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/slurmd/common/run_script.c b/src/slurmd/common/run_script.c
index 8140d7a4858..24820c766b9 100644
--- a/src/slurmd/common/run_script.c
+++ b/src/slurmd/common/run_script.c
@@ -29,6 +29,7 @@
 #include <sys/errno.h>
 
 #include "src/common/xmalloc.h"
+#include "src/common/xstring.h"
 #include "src/common/xassert.h"
 
 #include "src/slurmd/common/run_script.h"
-- 
GitLab