mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-01-03 15:10:00 +01:00
Hopefully get it compiling now.
This commit is contained in:
parent
e832078e5c
commit
eb2c5fe8a2
|
|
@ -8,7 +8,7 @@ OBJECTS = Network.o StopWatch.o Timer.o UDPSocket.o Utils.o YSFReflector.o
|
|||
|
||||
all: YSFReflector
|
||||
|
||||
YSFParrot: $(OBJECTS)
|
||||
YSFReflector: $(OBJECTS)
|
||||
$(CXX) $(OBJECTS) $(CFLAGS) $(LIBS) -o YSFReflector
|
||||
|
||||
%.o: %.cpp
|
||||
|
|
|
|||
|
|
@ -21,6 +21,9 @@
|
|||
|
||||
#include "Timer.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#if !defined(_WIN32) && !defined(_WIN64)
|
||||
#include <netdb.h>
|
||||
#include <sys/time.h>
|
||||
|
|
@ -33,9 +36,6 @@
|
|||
#include <winsock.h>
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class CYSFRepeater {
|
||||
public:
|
||||
CYSFRepeater() :
|
||||
|
|
|
|||
Loading…
Reference in a new issue