- RPi related changes (to build pvqa_pcap for RPi)

This commit is contained in:
2019-04-18 12:09:24 +03:00
parent 999c4c4110
commit e9799dae0b
6 changed files with 9 additions and 10 deletions

View File

@@ -11,8 +11,6 @@
#endif
#include "HL_Uuid.h"
#include "HL_InternetAddress.h"
#include <vector>

View File

@@ -3,7 +3,8 @@
#include <string>
#if defined(TARGET_LINUX) || defined(TARGET_OSX)
#if (defined(TARGET_LINUX) || defined(TARGET_OSX)) && !defined(USE_NULL_UUID)
# include <uuid/uuid.h>
#endif
#if defined(TARGET_WIN)