Adding required PTHREAD dependency to RT library check. Adding missing include to ipv6-address.cc
This commit is contained in:
@@ -82,7 +82,7 @@ int main ()
|
||||
|
||||
conf.check_nonfatal(header_name='sys/inttypes.h', define_name='HAVE_SYS_INT_TYPES_H')
|
||||
|
||||
if not conf.check_nonfatal(lib='rt', uselib_store='RT', define_name='HAVE_RT'):
|
||||
if not conf.check_nonfatal(lib='rt', uselib='RT, PTHREAD', define_name='HAVE_RT'):
|
||||
conf.report_optional_feature("RealTime", "Real Time Simulator",
|
||||
False, "librt is not available")
|
||||
else:
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
*/
|
||||
|
||||
#include <iomanip>
|
||||
#include <memory.h>
|
||||
|
||||
#include "ns3/log.h"
|
||||
#include "ns3/assert.h"
|
||||
|
||||
Reference in New Issue
Block a user