1.1 --- a/src/common/pcap-file.h Sat Sep 12 20:00:36 2009 -0700
1.2 +++ b/src/common/pcap-file.h Sat Sep 12 22:55:20 2009 -0700
1.3 @@ -20,6 +20,7 @@
1.4 #define PCAP_FILE_H
1.5
1.6 #include <string>
1.7 +#include <stdint.h>
1.8
1.9 namespace ns3 {
1.10
2.1 --- a/src/core/test.h Sat Sep 12 20:00:36 2009 -0700
2.2 +++ b/src/core/test.h Sat Sep 12 22:55:20 2009 -0700
2.3 @@ -26,6 +26,7 @@
2.4 #include <vector>
2.5 #include <list>
2.6 #include <limits>
2.7 +#include <stdint.h>
2.8 #include <sys/times.h>
2.9 //
2.10 // Note on below macros: