From 5d250dfa8a14e6126865ed0d3456ea8c4632fd58 Mon Sep 17 00:00:00 2001 From: tabaer Date: Wed, 24 May 2017 17:40:54 -0400 Subject: [PATCH] Include stdbool.h in pbs_ifl.h, needed to build things like pbs-drmaa (http://apps.man.poznan.pl/trac/pbs-drmaa) --- src/include/pbs_ifl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/include/pbs_ifl.h b/src/include/pbs_ifl.h index f10eed1e18..a603d39a1a 100644 --- a/src/include/pbs_ifl.h +++ b/src/include/pbs_ifl.h @@ -87,6 +87,10 @@ #define _PBS_IFL_DEF #include +#ifdef __cplusplus +#include +#endif /* __cplusplus */ + /* Attribute Names used by user commands */ #define ATTR_a "Execution_Time"