diff --git a/src/devices/mesh/dot11s/wscript b/src/devices/mesh/dot11s/wscript index 7629368c1..79b63072b 100644 --- a/src/devices/mesh/dot11s/wscript +++ b/src/devices/mesh/dot11s/wscript @@ -29,8 +29,9 @@ def build(bld): headers.source = [ 'peer-management-protocol.h', 'ie-dot11s-beacon-timing.h', + 'ie-dot11s-id.h', 'ie-dot11s-peer-management.h', - 'ie-dot11s-perr.h', + 'ie-dot11s-perr.h', 'hwmp-protocol.h', 'dot11s-helper.h', 'dot11s-mac-header.h',