From 5761db664fd0de1ea313db404e8f30d8d8176e59 Mon Sep 17 00:00:00 2001
From: "Christopher J. Morrone" <morrone2@llnl.gov>
Date: Fri, 20 May 2005 18:29:50 +0000
Subject: [PATCH] Include io.h in job.c so it can get the io_thr_wake
 definition.

---
 src/srun/job.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/srun/job.c b/src/srun/job.c
index f3f7fc97d65..c45a132a625 100644
--- a/src/srun/job.c
+++ b/src/srun/job.c
@@ -50,6 +50,7 @@
 #include "src/srun/fname.h"
 #include "src/srun/signals.h"
 #include "src/srun/attach.h"
+#include "src/srun/io.h"
 
 
 /*
-- 
GitLab