From ae814b5f5cced9df597ce02c73ecbf32542d32c3 Mon Sep 17 00:00:00 2001 From: Craig Dowell Date: Sat, 12 Sep 2009 22:55:20 -0700 Subject: [PATCH] fc11 is pretty picky about headers --- src/common/pcap-file.h | 1 + src/core/test.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/common/pcap-file.h b/src/common/pcap-file.h index 8b1a9a283..2e9fe03e7 100644 --- a/src/common/pcap-file.h +++ b/src/common/pcap-file.h @@ -20,6 +20,7 @@ #define PCAP_FILE_H #include +#include namespace ns3 { diff --git a/src/core/test.h b/src/core/test.h index 72a52150f..31d720209 100644 --- a/src/core/test.h +++ b/src/core/test.h @@ -26,6 +26,7 @@ #include #include #include +#include #include // // Note on below macros: