Let's compile again on OpenBSD

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@215419 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Michiel van Baak
2009-09-02 10:50:49 +00:00
parent eca8f9082c
commit 6227229264

View File

@@ -20,7 +20,7 @@
#include "asterisk/autoconfig.h"
#ifndef __Darwin__
#if !defined(__Darwin__) && !defined(__OpenBSD__)
#define _POSIX_C_SOURCE 200112L
#define _XOPEN_SOURCE 600
@@ -37,7 +37,7 @@
#endif
*/
#endif /* __Darwin__ */
#endif /* !__Darwin__ && !__OpenBSD__ */
#if !defined(NO_MALLOC_DEBUG) && !defined(STANDALONE) && defined(MALLOC_DEBUG)
#include "asterisk/astmm.h"