From cf68c2f645023b3132c2e2a7a57351d7ff71d84e Mon Sep 17 00:00:00 2001 From: Danny Auble <da@llnl.gov> Date: Tue, 19 May 2009 18:52:02 +0000 Subject: [PATCH] make sure config.h is referenced --- src/srun/debugger.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/srun/debugger.h b/src/srun/debugger.h index dee63aab8fa..109282b870a 100644 --- a/src/srun/debugger.h +++ b/src/srun/debugger.h @@ -29,6 +29,11 @@ #define VOLATILE #endif #endif + +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include "src/srun/srun_job.h" /***************************************************************************** * DEBUGGING SUPPORT * -- GitLab