View | Details | Raw Unified | Return to bug 1387
Collapse All | Expand All

(-)a/src/core/model/system-path.cc (+3 lines)
 Lines 44-49    Link Here 
44
#include <sys/sysctl.h>
44
#include <sys/sysctl.h>
45
#endif
45
#endif
46
46
47
#ifdef __linux__
48
#include <unistd.h>
49
#endif
47
50
48
#if defined (__win32__)
51
#if defined (__win32__)
49
#define SYSTEM_PATH_SEP "\\"
52
#define SYSTEM_PATH_SEP "\\"
(-)a/src/core/model/unix-system-wall-clock-ms.cc (+1 lines)
 Lines 21-26    Link Here 
21
#include "system-wall-clock-ms.h"
21
#include "system-wall-clock-ms.h"
22
#include "abort.h"
22
#include "abort.h"
23
#include <sys/times.h>
23
#include <sys/times.h>
24
#include <unistd.h>
24
25
25
namespace ns3 {
26
namespace ns3 {
26
27
(-)a/src/emu/model/emu-net-device.cc (+1 lines)
 Lines 49-54    Link Here 
49
#include <limits>
49
#include <limits>
50
#include <stdlib.h>
50
#include <stdlib.h>
51
#include <time.h>
51
#include <time.h>
52
#include <unistd.h>
52
53
53
NS_LOG_COMPONENT_DEFINE ("EmuNetDevice");
54
NS_LOG_COMPONENT_DEFINE ("EmuNetDevice");
54
55
(-)a/src/netanim/model/animation-interface.cc (+1 lines)
 Lines 35-40    Link Here 
35
#include "ns3/constant-position-mobility-model.h"
35
#include "ns3/constant-position-mobility-model.h"
36
36
37
#include <stdio.h>
37
#include <stdio.h>
38
#include <unistd.h>
38
#include <sstream>
39
#include <sstream>
39
#include <fstream>
40
#include <fstream>
40
#include <string>
41
#include <string>
(-)a/src/tap-bridge/model/tap-bridge.cc (+1 lines)
 Lines 42-47    Link Here 
42
#include <errno.h>
42
#include <errno.h>
43
#include <limits>
43
#include <limits>
44
#include <stdlib.h>
44
#include <stdlib.h>
45
#include <unistd.h>
45
46
46
//
47
//
47
// Sometimes having a tap-creator is actually more trouble than solution.  In 
48
// Sometimes having a tap-creator is actually more trouble than solution.  In 

Return to bug 1387