From 94a2147e3d3ff3d93c917ac633103433da91a869 Mon Sep 17 00:00:00 2001 From: Shiqing Fan Date: Mon, 25 Aug 2008 13:56:10 +0000 Subject: [PATCH] - make sure that the system has the header files. This commit was SVN r19400. --- orte/mca/notifier/notifier.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/orte/mca/notifier/notifier.h b/orte/mca/notifier/notifier.h index 0bfa72d203..627ca176d3 100644 --- a/orte/mca/notifier/notifier.h +++ b/orte/mca/notifier/notifier.h @@ -36,8 +36,13 @@ #include "orte/constants.h" #include "orte/types.h" +#ifdef HAVE_SYSLOG_H #include +#endif /* HAVE_SYSLOG_H */ + +#ifdef HAVE_STDARG_H #include +#endif /* HAVE_STDARG_H */ #include "opal/mca/mca.h"