mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 12:40:35 +00:00
Fix warning
This commit is contained in:
parent
3ca7d0d08a
commit
0315746429
@ -3,7 +3,9 @@
|
||||
* Redistribution and modifications are permitted subject to BSD license.
|
||||
*/
|
||||
#define _POSIX_PTHREAD_SEMANTICS /* for Sun */
|
||||
#ifdef _REENTRANT
|
||||
#define _REENTRANT /* for Sun */
|
||||
#endif
|
||||
#include <asn_internal.h>
|
||||
#include <GeneralizedTime.h>
|
||||
#include <errno.h>
|
||||
|
Loading…
Reference in New Issue
Block a user