From 8a5bbd9a38b3d3befc12b626d43588f578f83a78 Mon Sep 17 00:00:00 2001 From: Sears Russell Date: Mon, 29 Mar 2010 22:28:32 +0000 Subject: [PATCH] silence compiler warning --- stasis/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stasis/common.h b/stasis/common.h index 7c79078..794a1eb 100644 --- a/stasis/common.h +++ b/stasis/common.h @@ -60,7 +60,9 @@ terms specified in this license. #ifndef __stasis_common_h #define __stasis_common_h +#ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 600 +#endif #include // for size_t #ifdef __cplusplus