mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix xcode9 compilation issue
This commit is contained in:
parent
216d252c4d
commit
d158267277
1 changed files with 2 additions and 1 deletions
|
|
@ -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 <time.h>
|
||||
#include "private.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue