From 792bb590de03c06801adb2cd85ca25e85f838687 Mon Sep 17 00:00:00 2001 From: Kirill Andreev Date: Fri, 22 May 2009 17:47:50 +0400 Subject: [PATCH] Fix --- src/devices/mesh/dot11s/wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',