From e2ec9822b02058c182bfdcaa014b8186395106c0 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Wed, 27 May 2009 21:55:06 +0000 Subject: [PATCH] Add missing config.h header so we can find the HAVE_* defined. --- src/slurmd/slurmstepd/pdebug.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/slurmd/slurmstepd/pdebug.h b/src/slurmd/slurmstepd/pdebug.h index 2507430178b..4aac05f4b90 100644 --- a/src/slurmd/slurmstepd/pdebug.h +++ b/src/slurmd/slurmstepd/pdebug.h @@ -38,6 +38,10 @@ #ifndef _PDEBUG_H #define _PDEBUG_H +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include <unistd.h> #ifdef HAVE_SYS_PTRACE_H # include <sys/ptrace.h> -- GitLab