1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-15 04:30:33 +00:00

Fix redefinition warning

This commit is contained in:
Carles Fernandez 2018-01-20 12:29:21 +01:00
parent 5acef7a9bc
commit 1b4c217d88

View File

@ -3,7 +3,7 @@
* 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 #ifndef _REENTRANT
#define _REENTRANT /* for Sun */ #define _REENTRANT /* for Sun */
#endif #endif
#include <asn_internal.h> #include <asn_internal.h>