- RPi related changes (to build pvqa_pcap for RPi)
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
#endif
|
||||
|
||||
#include "HL_Uuid.h"
|
||||
|
||||
|
||||
#include "HL_InternetAddress.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user