Bug 262

Summary: Fix compilation with g++-4.3 (unix-system-*.cpp)
Product: ns-3 Reporter: Sebastien Vincent <vincent>
Component: coreAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: pre-release   
Hardware: All   
OS: All   
Attachments: Fix the compilation issue with g++-4.3

Description Sebastien Vincent 2008-07-28 04:09:49 UTC
The compilation failed with g++-4.3 in  unix-system-thread.cc and unix-system-mutex.cc. The reason is strerror() which requires to include string.h.
Comment 1 Sebastien Vincent 2008-07-28 04:11:16 UTC
Created attachment 211 [details]
Fix the compilation issue with g++-4.3
Comment 2 Mathieu Lacage 2008-07-28 11:22:17 UTC
changeset 517acaf61a69