1
0
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:
Carles Fernandez 2018-01-20 04:17:50 +01:00
parent 3ca7d0d08a
commit 0315746429

View File

@ -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>