Skip to content

Commit

Permalink
fix undefined reference to Ipv4Header and other components of the int…
Browse files Browse the repository at this point in the history
…ernet module in some builds
  • Loading branch information
dcentelles committed Mar 29, 2018
1 parent afe7122 commit 9621588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -7,7 +7,7 @@ def configure(conf):
conf.check_nonfatal(header_name='stdint.h', define_name='HAVE_STDINT_H')

def build(bld):
module = bld.create_ns3_module('aqua-sim-ng', ['network', 'energy', 'mobility'])
module = bld.create_ns3_module('aqua-sim-ng', ['network', 'energy', 'mobility', 'internet'])
module.source = [
'model/aqua-sim-address.cc',
'model/aqua-sim-pt-tag.cc',
Expand Down

0 comments on commit 9621588

Please sign in to comment.