Make sequence-number.h a public header file (because it is included by another public header, tcp-header.h)

This commit is contained in:
Gustavo J. A. M. Carneiro
2008-02-09 18:37:58 +00:00
parent b4c23f8ebf
commit eca7dc5b27
2 changed files with 2 additions and 1 deletions

View File

@@ -26,7 +26,7 @@
#include "ns3/buffer.h"
#include "ns3/tcp.h"
#include "ns3/ipv4-address.h"
#include "sequence-number.h"
#include "ns3/sequence-number.h"
namespace ns3 {

View File

@@ -43,4 +43,5 @@ def build(bld):
'ipv4-header.h',
'udp-header.h',
'tcp-header.h',
'sequence-number.h',
]