ack, code review only/Thanks HansN On 12/10/2015 11:38 AM, Anders Widell wrote: > osaf/libs/core/common/include/osaf_secutil.h | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > > diff --git a/osaf/libs/core/common/include/osaf_secutil.h > b/osaf/libs/core/common/include/osaf_secutil.h > --- a/osaf/libs/core/common/include/osaf_secutil.h > +++ b/osaf/libs/core/common/include/osaf_secutil.h > @@ -18,7 +18,9 @@ > #ifndef OPENSAF_CORE_OSAF_SECUTIL_H_ > #define OPENSAF_CORE_OSAF_SECUTIL_H_ > > -#define _GNU_SOURCE > +#ifndef _GNU_SOURCE > +#define _GNU_SOURCE > +#endif > #include <stddef.h> > #include <stdbool.h> > #include <unistd.h>
------------------------------------------------------------------------------ _______________________________________________ Opensaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-devel
