fc11 is pretty picky about headers
authorCraig Dowell <craigdo@ee.washington.edu>
Sat Sep 12 22:55:20 2009 -0700 (4 months ago)
changeset 4774066f73df2229
parent 4773 904c1803d5dc
child 4789 a37dd7f8de25
fc11 is pretty picky about headers
src/common/pcap-file.h
src/core/test.h
     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: