fc11 is pretty picky about headers
authorCraig Dowell <craigdo@ee.washington.edu>
Sat, 12 Sep 2009 22:55:20 -0700
changeset 4774 066f73df2229
parent 4773 904c1803d5dc
child 4789 a37dd7f8de25
fc11 is pretty picky about headers
src/common/pcap-file.h
src/core/test.h
--- a/src/common/pcap-file.h	Sat Sep 12 20:00:36 2009 -0700
+++ b/src/common/pcap-file.h	Sat Sep 12 22:55:20 2009 -0700
@@ -20,6 +20,7 @@
 #define PCAP_FILE_H
 
 #include <string>
+#include <stdint.h>
 
 namespace ns3 {
 
--- a/src/core/test.h	Sat Sep 12 20:00:36 2009 -0700
+++ b/src/core/test.h	Sat Sep 12 22:55:20 2009 -0700
@@ -26,6 +26,7 @@
 #include <vector>
 #include <list>
 #include <limits>
+#include <stdint.h>
 #include <sys/times.h>
 // 
 // Note on below macros: