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

Fix issues in some IDEs

This commit is contained in:
Carles Fernandez 2024-10-04 17:09:19 +02:00
parent 58ded939ad
commit b5a5b9a298
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -2,7 +2,7 @@
// SPDX-FileCopyrightText: Carles Fernandez-Prades <carles.fernandez(at)cttc.es>
#ifndef _MSC_VER // [
#error "Use this header only with Microsoft Visual C++ compilers!"
#endif // _MSC_VER ]
#else
#ifndef _MSC_SYS_TIME_H
#define _MSC_SYS_TIME_H
@ -72,3 +72,6 @@ static inline int gettimeofday(struct timeval *tv, struct timezone *tz)
return 0;
}
#endif // _MSC_SYS_TIME_H
#endif // _MSC_VER