mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-10-29 22:42:59 +00:00
Fix warning
This commit is contained in:
@@ -3,7 +3,9 @@
|
|||||||
* Redistribution and modifications are permitted subject to BSD license.
|
* Redistribution and modifications are permitted subject to BSD license.
|
||||||
*/
|
*/
|
||||||
#define _POSIX_PTHREAD_SEMANTICS /* for Sun */
|
#define _POSIX_PTHREAD_SEMANTICS /* for Sun */
|
||||||
|
#ifdef _REENTRANT
|
||||||
#define _REENTRANT /* for Sun */
|
#define _REENTRANT /* for Sun */
|
||||||
|
#endif
|
||||||
#include <asn_internal.h>
|
#include <asn_internal.h>
|
||||||
#include <GeneralizedTime.h>
|
#include <GeneralizedTime.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user