Fix Windows compilation.
This commit is contained in:
parent
f0b9aeea73
commit
0c36583767
3 changed files with 3 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
#include <gps.h>
|
||||
#endif
|
||||
#else
|
||||
#include <winsock.h>
|
||||
#include <WS2tcpip.h>
|
||||
#endif
|
||||
|
||||
class CAPRSWriter {
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#define STOPWATCH_H
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
#include <WS2tcpip.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
|
|
|
@ -19,6 +19,6 @@
|
|||
#if !defined(VERSION_H)
|
||||
#define VERSION_H
|
||||
|
||||
const char* VERSION = "20200906";
|
||||
const char* VERSION = "20200920";
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue