From e6b8a63259b583bc9f6afe031115dc6bfab85307 Mon Sep 17 00:00:00 2001
From: Mark Grondona <mgrondona@llnl.gov>
Date: Thu, 30 May 2002 17:17:35 +0000
Subject: [PATCH]  o include popt.h from the right place if we're using the
 included software.

---
 src/srun/opt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/srun/opt.h b/src/srun/opt.h
index e2365045c56..4f9dd5d4dfd 100644
--- a/src/srun/opt.h
+++ b/src/srun/opt.h
@@ -18,7 +18,7 @@
 */
 
 #ifndef HAVE_POPT_H
-#  include "popt/popt.h"
+#  include <src/popt/popt.h>
 #else 
 #  include <popt.h>
 #endif
-- 
GitLab