mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fix another compilation issue in tester for bb10
This commit is contained in:
parent
fd526c3fb5
commit
8f327cf558
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
|
||||
/*getline is POSIX 2008, not available on many systems.*/
|
||||
#if defined(ANDROID) || defined(_WIN32)
|
||||
#if defined(ANDROID) || defined(_WIN32) || defined(__QNX__)
|
||||
/* This code is public domain -- Will Hartung 4/9/09 */
|
||||
static size_t getline(char **lineptr, size_t *n, FILE *stream) {
|
||||
char *bufptr = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue