diff --git a/coreapi/call_log.c b/coreapi/call_log.c index 47e689b1a..0dc3c5a83 100644 --- a/coreapi/call_log.c +++ b/coreapi/call_log.c @@ -16,8 +16,9 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - +#ifndef __APPLE__ #define _XOPEN_SOURCE 700 /*required for strptime of GNU libc*/ +#endif #include #include "private.h"