fix openbsd build of libesl (FSBUILD-256)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17070 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2010-03-22 23:02:48 +00:00
parent 438dddc668
commit ad581d8c00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#ifndef _XOPEN_SOURCE
#if !defined(_XOPEN_SOURCE) && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__)
#define _XOPEN_SOURCE 600
#endif